diff --git a/CHANGELOG.md b/CHANGELOG.md index d602094953..66c3c4acf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [6.10.2](https://github.com/Belphemur/SoundSwitch/compare/v6.10.1...v6.10.2) (2024-04-07) + + +### Languages + +* **Japanese:** Translated Settings using Weblate ([3bd9ef2](https://github.com/Belphemur/SoundSwitch/commit/3bd9ef2ee179d6f84d367050508b711eb43001e9)) +* **Japanese:** Translated Tray Icon using Weblate ([3e5e936](https://github.com/Belphemur/SoundSwitch/commit/3e5e9366922feefbc9e52cb57d1bd4f9d755947e)) + + +### Bug Fixes + +* **settings:** Hide Primary Screen CheckBox and Position ComboBox when Banner Position not selected ([c775eb5](https://github.com/Belphemur/SoundSwitch/commit/c775eb5d7205401d9980dc21118ee0f6991409fa)) + ## [6.10.1-beta.1](https://github.com/Belphemur/SoundSwitch/compare/v6.10.0...v6.10.1-beta.1) (2024-04-05) diff --git a/SoundSwitch/Properties/AssemblyInfo.cs b/SoundSwitch/Properties/AssemblyInfo.cs index b64cf016de..f1df24db40 100644 --- a/SoundSwitch/Properties/AssemblyInfo.cs +++ b/SoundSwitch/Properties/AssemblyInfo.cs @@ -38,5 +38,5 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyFileVersion("6.10.1")] -[assembly: AssemblyInformationalVersion("6.10.1-beta.1")] \ No newline at end of file +[assembly: AssemblyFileVersion("6.10.2")] +[assembly: AssemblyInformationalVersion("6.10.2")] \ No newline at end of file