Skip to content

Commit d986c8b

Browse files
authored
Update CHANGELOG.md
1 parent 89f63fb commit d986c8b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unrelease]
6+
## [Unreleased]
7+
8+
## [0.15.4] - 2024-05-10
9+
### Fixed
10+
- Fix broken var.set (see #114).
711

812
## [0.15.3] - 2024-04-17
913
### Fixed
@@ -166,7 +170,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
166170
- Variable updates occur when the state of any tracked entity changes.
167171
- README with initial documentation.
168172

169-
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.3...develop
173+
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.4...develop
174+
[0.15.3]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.3...v0.15.4
170175
[0.15.3]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.2...v0.15.3
171176
[0.15.2]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.1...v0.15.2
172177
[0.15.1]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.0...v0.15.1

0 commit comments

Comments
 (0)