From 6ce34752715b516a411ca73f59e85b7f3e4d92b7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Feb 2023 22:57:17 +0000 Subject: [PATCH] chore(release): 6.5.4 [skip ci] ## [6.5.4](https://github.com/Belphemur/SoundSwitch/compare/v6.5.3...v6.5.4) (2023-02-09) ### Bug Fixes * **Device::Refresh:** Fix issue where the list of device wouldn't be properly refresh after new device added/removed. ([cbb7d25](https://github.com/Belphemur/SoundSwitch/commit/cbb7d25bd239d22c9ee4735c1c437964661119ef)), closes [#1113](https://github.com/Belphemur/SoundSwitch/issues/1113) ### Languages * **Chinese (Simplified):** Translated Settings using Weblate ([fccb108](https://github.com/Belphemur/SoundSwitch/commit/fccb108a22d61d873dc9333017cb9944c08035e9)) * **Polish:** Translated Settings using Weblate ([be6880a](https://github.com/Belphemur/SoundSwitch/commit/be6880a6c2f622d8ffb909deaceed926f86046fc)) * **Serbian:** Translated Settings using Weblate ([2b70f3e](https://github.com/Belphemur/SoundSwitch/commit/2b70f3e59c671f608be864b50645a014fbdb31d1)) --- CHANGELOG.md | 14 ++++++++++++++ SoundSwitch/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4497c2b2b7..0422418ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## [6.5.4](https://github.com/Belphemur/SoundSwitch/compare/v6.5.3...v6.5.4) (2023-02-09) + + +### Bug Fixes + +* **Device::Refresh:** Fix issue where the list of device wouldn't be properly refresh after new device added/removed. ([cbb7d25](https://github.com/Belphemur/SoundSwitch/commit/cbb7d25bd239d22c9ee4735c1c437964661119ef)), closes [#1113](https://github.com/Belphemur/SoundSwitch/issues/1113) + + +### Languages + +* **Chinese (Simplified):** Translated Settings using Weblate ([fccb108](https://github.com/Belphemur/SoundSwitch/commit/fccb108a22d61d873dc9333017cb9944c08035e9)) +* **Polish:** Translated Settings using Weblate ([be6880a](https://github.com/Belphemur/SoundSwitch/commit/be6880a6c2f622d8ffb909deaceed926f86046fc)) +* **Serbian:** Translated Settings using Weblate ([2b70f3e](https://github.com/Belphemur/SoundSwitch/commit/2b70f3e59c671f608be864b50645a014fbdb31d1)) + ## [6.5.3](https://github.com/Belphemur/SoundSwitch/compare/v6.5.2...v6.5.3) (2023-02-05) diff --git a/SoundSwitch/Properties/AssemblyInfo.cs b/SoundSwitch/Properties/AssemblyInfo.cs index a3d877d050..3acafa17f6 100644 --- a/SoundSwitch/Properties/AssemblyInfo.cs +++ b/SoundSwitch/Properties/AssemblyInfo.cs @@ -38,4 +38,4 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("6.5.3")] \ No newline at end of file +[assembly: AssemblyVersion("6.5.4")] \ No newline at end of file