diff --git a/CHANGELOG.md b/CHANGELOG.md index f0af6b1..da8d76c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.15.2] - 2022-11-26 ## Fixed - Some notebooks recognized as desktop diff --git a/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs b/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs index 1d6ed48..1535f08 100644 --- a/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs +++ b/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs @@ -19,5 +19,5 @@ // Minor Version // Patch // Following the Semantic Versioning 2.0.0 standard; see http://semver.org/spec/v2.0.0.html. -[assembly: AssemblyVersion("1.15.1")] -[assembly: AssemblyFileVersion("1.15.1")] \ No newline at end of file +[assembly: AssemblyVersion("1.15.2")] +[assembly: AssemblyFileVersion("1.15.2")] \ No newline at end of file