From 133e49768b66b57d602c39ff1400064b499dfa2b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 31 Aug 2021 14:35:44 +0000 Subject: [PATCH] Bump version to 0.6.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/win32/certstore/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2042e..23ae2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # win32-certstore Change Log - -## [v0.6.3](https://github.com/chef/win32-certstore/tree/v0.6.3) (2021-04-29) + +## [v0.6.4](https://github.com/chef/win32-certstore/tree/v0.6.4) (2021-08-31) #### Merged Pull Requests -- Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/win32-certstore/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) +- Replace deprecated --without flag with bundle config [#82](https://github.com/chef/win32-certstore/pull/82) ([jayashrig158](https://github.com/jayashrig158)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Replace deprecated --without flag with bundle config [#82](https://github.com/chef/win32-certstore/pull/82) ([jayashrig158](https://github.com/jayashrig158)) - Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/win32-certstore/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index a0a1517..eb514eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.3 \ No newline at end of file +0.6.4 \ No newline at end of file diff --git a/lib/win32/certstore/version.rb b/lib/win32/certstore/version.rb index 3c1becc..2014404 100644 --- a/lib/win32/certstore/version.rb +++ b/lib/win32/certstore/version.rb @@ -1,6 +1,6 @@ module Win32 class Certstore - VERSION = "0.6.3".freeze + VERSION = "0.6.4".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end