From 63b176512abb97531f95705116b9d5fcdc431cf9 Mon Sep 17 00:00:00 2001 From: Robert van Bregt Date: Fri, 5 Feb 2021 10:06:21 +0100 Subject: [PATCH] Prepare for release 0.1.1 --- CHANGELOG.md | 5 ++++- custom_components/brandstofprijzen/manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8db35f..5fdba3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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.1] - 2021-02-05 ### Added - Linter workflow for [black](https://black.readthedocs.io/en/stable/). @@ -14,5 +16,6 @@ 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.0...HEAD +[unreleased]: https://github.com/metbril/home-assistant-brandstofprijzen/compare/v0.1.1...HEAD +[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 ed58fba..9fb7ef7 100644 --- a/custom_components/brandstofprijzen/manifest.json +++ b/custom_components/brandstofprijzen/manifest.json @@ -1,7 +1,7 @@ { "domain": "brandstofprijzen", "name": "Brandstofprijzen", - "version": "0.1.0", + "version": "0.1.1", "documentation": "https://github.com/metbril/home-assistant-brandstofprijzen", "issue_tracker": "https://github.com/metbril/home-assistant-brandstofprijzen/issues", "dependencies": [],