Skip to content

Commit 9126cbc

Browse files
authored
Update CHANGELOG.md
1 parent 1638d25 commit 9126cbc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [0.14.1] - 2022-06-08
9+
### Fixed
10+
- Fixed issue with tracked event listeners being dropped when var config reloads.
11+
812
## [0.14.0] - 2022-06-08
913
### Added
1014
- Added support by for variable attributes. Thanks to [RoboMagus](https://github.com/RoboMagus)!
@@ -141,7 +145,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
141145
- Variable updates occur when the state of any tracked entity changes.
142146
- README with initial documentation.
143147

144-
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.14.0...develop
148+
[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.14.1...develop
149+
[0.14.1]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.14.0...v0.14.1
145150
[0.14.0]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.13.1...v0.14.0
146151
[0.13.1]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.13.0...v0.13.1
147152
[0.13.0]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.12.3...v0.13.0

0 commit comments

Comments
 (0)