From 2caf8dcd81fefe61595b09c842cd5e743920cd4e Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 15 Apr 2021 20:44:15 +0000 Subject: [PATCH] Bump version to 0.6.2 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/win32/certstore/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f83d2a6..098e270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # win32-certstore Change Log - + +## [v0.6.2](https://github.com/chef/win32-certstore/tree/v0.6.2) (2021-04-15) + +#### Merged Pull Requests +- Updated Certstore to correctly understand CurrentUser vs LocalMachine stores [#79](https://github.com/chef/win32-certstore/pull/79) ([johnmccrae](https://github.com/johnmccrae)) - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Updated Certstore to correctly understand CurrentUser vs LocalMachine stores [#79](https://github.com/chef/win32-certstore/pull/79) ([johnmccrae](https://github.com/johnmccrae)) diff --git a/VERSION b/VERSION index 7ceb040..b1d7abc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.1 \ No newline at end of file +0.6.2 \ No newline at end of file diff --git a/lib/win32/certstore/version.rb b/lib/win32/certstore/version.rb index 3700159..8cd8210 100644 --- a/lib/win32/certstore/version.rb +++ b/lib/win32/certstore/version.rb @@ -1,6 +1,6 @@ module Win32 class Certstore - VERSION = "0.6.1".freeze + VERSION = "0.6.2".freeze MAJOR, MINOR, TINY = VERSION.split(".") end end