From 7094b4cb21e30c5bc8abf8623d5135b10240f84c Mon Sep 17 00:00:00 2001 From: Robert van Bregt Date: Fri, 5 Feb 2021 17:02:32 +0100 Subject: [PATCH] Prepare for release 0.1.2 --- CHANGELOG.md | 8 +++++++- custom_components/brandstofprijzen/manifest.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4991c2..c7efe9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,16 @@ 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.1.2] - 2021-02-05 ### Added - Logos and icons - HACS validation - HACS custom setup +### Fixed +- Missing import of constant + ## [0.1.1] - 2021-02-05 ### Added - Linter workflow for [black](https://black.readthedocs.io/en/stable/). @@ -20,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. - Added sensors for Euro95, Diesel and LPG prices. -[unreleased]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.1...HEAD +[unreleased]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/metbril/home-assistant-brandstofprijzen/releases/tag/v0.1.0 diff --git a/custom_components/brandstofprijzen/manifest.json b/custom_components/brandstofprijzen/manifest.json index 9fb7ef7..75b7b63 100644 --- a/custom_components/brandstofprijzen/manifest.json +++ b/custom_components/brandstofprijzen/manifest.json @@ -1,7 +1,7 @@ { "domain": "brandstofprijzen", "name": "Brandstofprijzen", - "version": "0.1.1", + "version": "0.1.2", "documentation": "https://github.com/metbril/home-assistant-brandstofprijzen", "issue_tracker": "https://github.com/metbril/home-assistant-brandstofprijzen/issues", "dependencies": [],