Skip to content

Commit

Permalink
Bump version to 0.6.12 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed May 15, 2022
1 parent ed8ebb1 commit 834780c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# win32-certstore Change Log

<!-- latest_release -->
<!-- latest_release 0.6.12 -->
## [v0.6.12](https://github.com/chef/win32-certstore/tree/v0.6.12) (2022-05-15)

#### Merged Pull Requests
- refactoring to correct for not finding certs correctly in some cases. [#94](https://github.com/chef/win32-certstore/pull/94) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=0.6.11 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- refactoring to correct for not finding certs correctly in some cases. [#94](https://github.com/chef/win32-certstore/pull/94) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.12 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.11
0.6.12
2 changes: 1 addition & 1 deletion lib/win32/certstore/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Win32
class Certstore
VERSION = "0.6.11".freeze
VERSION = "0.6.12".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 834780c

Please sign in to comment.