Skip to content

Commit a46948d

Browse files
committed
Final commit v1.15.4
1 parent 288b375 commit a46948d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [1.15.4] - 2022-12-27
8+
Happy new years everyone. Here is another minor update that wont change much for most people
89
### Fixed
910
- Some GPUs such as 970M download URLs begin with HTTP and not HTTPS which broke the code. See issue #139
1011

1112
### Changed
12-
- Update regex to filter "COLLECTORS EDITION" GPUs
13+
- Update regex to filter "COLLECTORS EDITION" GPUs. See issue #140
1314

1415
## [1.15.3] - 2022-12-15
1516
Merry Christmas! Here is a early gift from me.

TinyNvidiaUpdateChecker/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
// Minor Version
2020
// Patch
2121
// Following the Semantic Versioning 2.0.0 standard; see http://semver.org/spec/v2.0.0.html.
22-
[assembly: AssemblyVersion("1.15.3")]
23-
[assembly: AssemblyFileVersion("1.15.3")]
22+
[assembly: AssemblyVersion("1.15.4")]
23+
[assembly: AssemblyFileVersion("1.15.4")]

0 commit comments

Comments
 (0)