From c342d966bfde9dc64054d0eb165d789403509a3a Mon Sep 17 00:00:00 2001 From: snarky-snark Date: Wed, 8 Apr 2020 09:14:50 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 590f0b2..c2d77c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. 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). ## [Unreleased] + +## [0.9.3] - 2020-04-08 ### Fixed +- Fix var component config error when component is loaded on HA startup. - Typos in README. - Add pycache to .gitignore. @@ -96,7 +99,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.9.2...develop +[Unreleased]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.9.3...develop +[0.9.3]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.9.2...v0.9.1 [0.9.2]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/snarky-snark/home-assistant-variables/compare/v0.8.0...v0.9.0