diff --git a/CHANGELOG.md b/CHANGELOG.md index 466c51a..0d0cd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # win32-certstore Change Log - -## [v0.6.7](https://github.com/chef/win32-certstore/tree/v0.6.7) (2021-12-07) + +## [v0.6.8](https://github.com/chef/win32-certstore/tree/v0.6.8) (2022-01-13) #### Merged Pull Requests -- Refactored cert_get to return x509 object [#87](https://github.com/chef/win32-certstore/pull/87) ([johnmccrae](https://github.com/johnmccrae)) +- Updated the references to the ChefPowerShell gem which had its classe… [#88](https://github.com/chef/win32-certstore/pull/88) ([johnmccrae](https://github.com/johnmccrae)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Updated the references to the ChefPowerShell gem which had its classe… [#88](https://github.com/chef/win32-certstore/pull/88) ([johnmccrae](https://github.com/johnmccrae)) - Refactored cert_get to return x509 object [#87](https://github.com/chef/win32-certstore/pull/87) ([johnmccrae](https://github.com/johnmccrae)) - Refactor code and update specs [#86](https://github.com/chef/win32-certstore/pull/86) ([johnmccrae](https://github.com/johnmccrae)) - don't raise error in get if certificate is empty [#84](https://github.com/chef/win32-certstore/pull/84) ([rishichawda](https://github.com/rishichawda)) diff --git a/VERSION b/VERSION index 8b707c6..bc8443e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.7 \ No newline at end of file +0.6.8 \ No newline at end of file diff --git a/lib/win32/certstore/version.rb b/lib/win32/certstore/version.rb index 47526a2..966273b 100644 --- a/lib/win32/certstore/version.rb +++ b/lib/win32/certstore/version.rb @@ -1,6 +1,6 @@ module Win32 class Certstore - VERSION = "0.6.7".freeze + VERSION = "0.6.8".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end