From dcfbb0b5ac48133e159d98a9f0f40470d162431f Mon Sep 17 00:00:00 2001 From: Luis Miranda <161006+luuuis@users.noreply.github.com> Date: Thu, 13 Jun 2024 19:10:40 +0100 Subject: [PATCH] chore(release): 3.6.3 --- CHANGELOG.md | 2 ++ custom_components/wibeee/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e34084711f..42397d78d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [3.6.3](https://github.com/luuuis/hass_wibeee/compare/v3.6.1...v3.6.3) (2024-06-13) + ### [3.6.2](https://github.com/luuuis/hass_wibeee/compare/v3.6.1...v3.6.2) (2024-06-13) ### [3.6.1](https://github.com/luuuis/hass_wibeee/compare/v3.6.0...v3.6.1) (2024-02-23) diff --git a/custom_components/wibeee/manifest.json b/custom_components/wibeee/manifest.json index cb9dab0a8b..9662dc0ae5 100644 --- a/custom_components/wibeee/manifest.json +++ b/custom_components/wibeee/manifest.json @@ -16,5 +16,5 @@ "xmltodict==0.13.0", "lxml>=4.9.1,<6" ], - "version": "3.6.2" + "version": "3.6.3" }