From 43ab08988037165145c9196c7da99cebb3858095 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 5 Feb 2023 17:51:30 +0000 Subject: [PATCH] chore(release): 6.5.3 [skip ci] ## [6.5.3](https://github.com/Belphemur/SoundSwitch/compare/v6.5.2...v6.5.3) (2023-02-05) ### Bug Fixes * **Profile::ForceProfile:** Fix issue with force profile crashing SoundSwitch. Fix infinite loop. ([988448c](https://github.com/Belphemur/SoundSwitch/commit/988448cdddbbf9671e4b1eb9589ae070e670810d)), closes [#1103](https://github.com/Belphemur/SoundSwitch/issues/1103) ### Enhancements * **Profile::Icon:** Always have an icon for the profile banner notification. Default to the first device of the profile when it's not linked to an application. ([c2f64d8](https://github.com/Belphemur/SoundSwitch/commit/c2f64d8638b9850492499f17774d8b070cc95da2)), closes [#1109](https://github.com/Belphemur/SoundSwitch/issues/1109) --- CHANGELOG.md | 12 ++++++++++++ SoundSwitch/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a86de977f..4497c2b2b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [6.5.3](https://github.com/Belphemur/SoundSwitch/compare/v6.5.2...v6.5.3) (2023-02-05) + + +### Bug Fixes + +* **Profile::ForceProfile:** Fix issue with force profile crashing SoundSwitch. Fix infinite loop. ([988448c](https://github.com/Belphemur/SoundSwitch/commit/988448cdddbbf9671e4b1eb9589ae070e670810d)), closes [#1103](https://github.com/Belphemur/SoundSwitch/issues/1103) + + +### Enhancements + +* **Profile::Icon:** Always have an icon for the profile banner notification. Default to the first device of the profile when it's not linked to an application. ([c2f64d8](https://github.com/Belphemur/SoundSwitch/commit/c2f64d8638b9850492499f17774d8b070cc95da2)), closes [#1109](https://github.com/Belphemur/SoundSwitch/issues/1109) + ## [6.5.2](https://github.com/Belphemur/SoundSwitch/compare/v6.5.1...v6.5.2) (2023-02-03) diff --git a/SoundSwitch/Properties/AssemblyInfo.cs b/SoundSwitch/Properties/AssemblyInfo.cs index 7be58d0afa..a3d877d050 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.2")] \ No newline at end of file +[assembly: AssemblyVersion("6.5.3")] \ No newline at end of file