Skip to content

Commit

Permalink
Bump version to 0.6.2 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 Apr 15, 2021
1 parent 949cf57 commit 2caf8dc
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.2 -->
## [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))
<!-- latest_release -->

<!-- release_rollup -->
<!-- release_rollup since=0.6.1 -->
### 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)) <!-- 0.6.2 -->
<!-- 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.1
0.6.2
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.1".freeze
VERSION = "0.6.2".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 2caf8dc

Please sign in to comment.