From f919d7646569966607d7fc6892ab6dac737cdf38 Mon Sep 17 00:00:00 2001 From: Luis Miranda <161006+luuuis@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:33:37 +0000 Subject: [PATCH] chore(release): 1.0.3 --- CHANGELOG.md | 7 +++++++ custom_components/omie/manifest.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efca2b..0f2d144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [1.0.3](https://github.com/luuuis/hass_omie/compare/v1.0.2...v1.0.3) (2024-03-07) + + +### Bug Fixes + +* await async_forward_entry_setup and async_forward_entry_unload tasks during setup/unload ([#50](https://github.com/luuuis/hass_omie/issues/50)) ([0a8bad0](https://github.com/luuuis/hass_omie/commit/0a8bad08d8d474c0fe3868a1571e76930545577b)) + ### [1.0.2](https://github.com/luuuis/hass_omie/compare/v1.0.1...v1.0.2) (2023-09-07) diff --git a/custom_components/omie/manifest.json b/custom_components/omie/manifest.json index e41a0c6..202a8bc 100644 --- a/custom_components/omie/manifest.json +++ b/custom_components/omie/manifest.json @@ -12,5 +12,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/luuuis/hass_omie/issues", "requirements": [], - "version": "1.0.2" + "version": "1.0.3" }