From 7113afbca324cc4bd74fadba943dc1fd90a0209a Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Tue, 13 Aug 2024 06:41:59 +0000 Subject: [PATCH 1/2] Release Notes for 2.1.15 --- CHANGELOG.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f922cf..ef50280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # Changelog for Affaldshåndtering DK Home Assistant Integration -## Version 2.1.14 +## Version 2.1.15 -**Date**: `2024-08-06` +**Date**: `2024-08-13` + +This is a **minor update**, and if you don't live in Vordingborg Kommune, there is no need to install this. ## What's Changed -* Fixing missing Types in Ringsted. Closing [AffaldDK #133](https://github.com/briis/affalddk/issues/133) -* Bump `pyaffalddk` to V2.0.36 +* Fixing missing Types in Vordingborg. Closing [AffaldDK #136](https://github.com/briis/affalddk/issues/136) +* Bump `pyaffalddk` to V2.0.37 ## [Dependabot](https://github.com/apps/dependabot) updates @@ -16,6 +18,15 @@
PREVIOUS CHANGES +## Version 2.1.14 + +**Date**: `2024-08-06` + +## What's Changed + +* Fixing missing Types in Ringsted. Closing [AffaldDK #133](https://github.com/briis/affalddk/issues/133) +* Bump `pyaffalddk` to V2.0.36 + ## Version 2.1.13 **Date**: `2024-07-29` From 3d569468ad6b470d04afdccad801eb82e63c45f2 Mon Sep 17 00:00:00 2001 From: Bjarne Riis Date: Tue, 13 Aug 2024 06:46:37 +0000 Subject: [PATCH 2/2] Bump to version 2.1.15 and `pyaffalddk` to 2.0.37 --- custom_components/affalddk/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/affalddk/manifest.json b/custom_components/affalddk/manifest.json index f1fc0f3..49e3136 100644 --- a/custom_components/affalddk/manifest.json +++ b/custom_components/affalddk/manifest.json @@ -12,7 +12,7 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/briis/affalddk/issues", "requirements": [ - "pyaffalddk==2.0.36" + "pyaffalddk==2.0.37" ], - "version": "2.1.14" + "version": "2.1.15" } \ No newline at end of file