Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
snarky-snark authored Apr 17, 2024
1 parent 69ab246 commit 2633425
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unrelease]

## [0.15.3] - 2024-04-17
### Fixed
- Revert change that broke var restore.

## [0.15.2] - 2024-03-25
### Fixed
- Fixed bad async call to synchronous method. Fixes #107. Thanks to [gamba69](https://github.com/gamba69).
Expand Down Expand Up @@ -162,7 +166,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Variable updates occur when the state of any tracked entity changes.
- README with initial documentation.

[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.2...develop
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.3...develop
[0.15.3]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.2...v0.15.3
[0.15.2]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.1...v0.15.2
[0.15.1]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.14.2...v0.15.0
Expand Down

0 comments on commit 2633425

Please sign in to comment.