diff --git a/CHANGELOG.md b/CHANGELOG.md index 1707ed9..b4114e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # win32-certstore Change Log - + +## [v0.6.16](https://github.com/chef/win32-certstore/tree/v0.6.16) (2024-03-02) + +#### Merged Pull Requests +- Updated dependencies to get ready for new Ohai for Chef-17 [#99](https://github.com/chef/win32-certstore/pull/99) ([johnmccrae](https://github.com/johnmccrae)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Updated dependencies to get ready for new Ohai for Chef-17 [#99](https://github.com/chef/win32-certstore/pull/99) ([johnmccrae](https://github.com/johnmccrae)) diff --git a/VERSION b/VERSION index 7e3c84c..a12cadd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.15 \ No newline at end of file +0.6.16 \ No newline at end of file diff --git a/lib/win32/certstore/version.rb b/lib/win32/certstore/version.rb index 77c2662..265ce5e 100644 --- a/lib/win32/certstore/version.rb +++ b/lib/win32/certstore/version.rb @@ -1,6 +1,6 @@ module Win32 class Certstore - VERSION = "0.6.15".freeze + VERSION = "0.6.16".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end