From 5c4e5a1aeb14b0725956403aa049e4f204fc0166 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jun 2023 13:20:41 +0000 Subject: [PATCH] chore(release): 6.7.1 [skip ci] ## [6.7.1](https://github.com/Belphemur/SoundSwitch/compare/v6.7.0...v6.7.1) (2023-06-08) ### Bug Fixes * **MMNotification:** Fix getting the current state of Default device at application startup. No more crash when there isn't a communication device set. ([e97330e](https://github.com/Belphemur/SoundSwitch/commit/e97330eb66c75108b900aa710ef234bc2219a709)), closes [#1200](https://github.com/Belphemur/SoundSwitch/issues/1200) --- CHANGELOG.md | 7 +++++++ SoundSwitch/Properties/AssemblyInfo.cs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d12c151ab..50c70739d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.7.1](https://github.com/Belphemur/SoundSwitch/compare/v6.7.0...v6.7.1) (2023-06-08) + + +### Bug Fixes + +* **MMNotification:** Fix getting the current state of Default device at application startup. No more crash when there isn't a communication device set. ([e97330e](https://github.com/Belphemur/SoundSwitch/commit/e97330eb66c75108b900aa710ef234bc2219a709)), closes [#1200](https://github.com/Belphemur/SoundSwitch/issues/1200) + ## [6.7.0](https://github.com/Belphemur/SoundSwitch/compare/v6.6.1...v6.7.0) (2023-06-08) diff --git a/SoundSwitch/Properties/AssemblyInfo.cs b/SoundSwitch/Properties/AssemblyInfo.cs index 87f6fa1dc3..41deb6a111 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.7.0")] \ No newline at end of file +[assembly: AssemblyVersion("6.7.1")] \ No newline at end of file