diff --git a/CHANGELOG.md b/CHANGELOG.md index d72b6a8..17163ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # win32-certstore Change Log - + +## [v0.6.13](https://github.com/chef/win32-certstore/tree/v0.6.13) (2022-05-15) + +#### Merged Pull Requests +- refactoring to correct for not finding certs correctly in some cases. [#95](https://github.com/chef/win32-certstore/pull/95) ([johnmccrae](https://github.com/johnmccrae)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- refactoring to correct for not finding certs correctly in some cases. [#95](https://github.com/chef/win32-certstore/pull/95) ([johnmccrae](https://github.com/johnmccrae)) diff --git a/VERSION b/VERSION index e9acb99..4655c9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.12 \ No newline at end of file +0.6.13 \ No newline at end of file diff --git a/lib/win32/certstore/version.rb b/lib/win32/certstore/version.rb index f2743c5..895ca37 100644 --- a/lib/win32/certstore/version.rb +++ b/lib/win32/certstore/version.rb @@ -1,6 +1,6 @@ module Win32 class Certstore - VERSION = "0.6.12".freeze + VERSION = "0.6.13".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end