diff --git a/CHANGELOG.md b/CHANGELOG.md index 53e0408..ab8bf79 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.17.0] - 2023-08-20 ### Added - Dialog to choose between Game Ready Drivers (GRD) and Studio Driver (SD), as NVIDIA added SD drivers to their list with no default opt out. See issue #187 - `--noprompt` command line argument disabling exit prompt (author: [TomKranenburg](https://github.com/TomKranenburg)). See issue #188 diff --git a/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs b/TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs index 7c8975a..36d25d3 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.16.5")] -[assembly: AssemblyFileVersion("1.16.5")] \ No newline at end of file +[assembly: AssemblyVersion("1.17.0")] +[assembly: AssemblyFileVersion("1.17.0")] \ No newline at end of file