From 3e66eb05124bcfd1ad663309cecd758ff88dfee8 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sun, 15 May 2022 10:27:11 +0000 Subject: [PATCH] Bump version to 0.6.13 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 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