diff --git a/Changelog.md b/Changelog.md index 615a0803..77d95976 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# v2.12.2 + +## Bugfixes +- Fixed some issues with the application setup. +- Fixed the "Update & Restart" notification not disappearing if the changelog is disabled. + # v2.12.1 ## Bugfixes diff --git a/Espera.nuspec b/Espera.nuspec index 8f89fdcc..bcd4d297 100644 --- a/Espera.nuspec +++ b/Espera.nuspec @@ -2,7 +2,7 @@ Espera - 2.12.1 + 2.12.2 Espera Dennis Daume Dennis Daume diff --git a/GlobalAssemblyInfo.cs b/GlobalAssemblyInfo.cs index 552b48dc..e00aabd1 100644 --- a/GlobalAssemblyInfo.cs +++ b/GlobalAssemblyInfo.cs @@ -2,5 +2,5 @@ [assembly: AssemblyProduct("Espera")] [assembly: AssemblyCopyright("Copyright © 2014 Dennis Daume")] -[assembly: AssemblyVersion("2.12.0.1")] -[assembly: AssemblyFileVersion("2.12.0.1")] \ No newline at end of file +[assembly: AssemblyVersion("2.12.0.2")] +[assembly: AssemblyFileVersion("2.12.0.2")] \ No newline at end of file