Skip to content

Commit 5c6aa22

Browse files
authored
Update CHANGELOG.md
1 parent 21f91e3 commit 5c6aa22

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-
## [Unreleased]
6+
## [Unrelease]
7+
8+
## [0.15.2] - 2024-03-25
9+
### Fixed
10+
- Fixed bad async call to synchronous method. Fixes #107. Thanks to [gamba69](https://github.com/gamba69).
711

812
## [0.15.1] - 2024-03-19
913
### Fixed
@@ -158,7 +162,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
158162
- Variable updates occur when the state of any tracked entity changes.
159163
- README with initial documentation.
160164

161-
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.1...develop
165+
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.2...develop
166+
[0.15.2]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.1...v0.15.2
162167
[0.15.1]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.15.0...v0.15.1
163168
[0.15.0]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.14.2...v0.15.0
164169
[0.14.2]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.14.1...v0.14.2

0 commit comments

Comments
 (0)