Skip to content

Commit

Permalink
Bump version to 0.6.0 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 Mar 4, 2021
1 parent 027f718 commit 4240953
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# win32-certstore Change Log

<!-- latest_release 0.5.4 -->
## [v0.5.4](https://github.com/chef/win32-certstore/tree/v0.5.4) (2021-03-04)
<!-- latest_release 0.6.0 -->
## [v0.6.0](https://github.com/chef/win32-certstore/tree/v0.6.0) (2021-03-04)

#### Merged Pull Requests
- added support to properly export a pfx object to disk [#75](https://github.com/chef/win32-certstore/pull/75) ([johnmccrae](https://github.com/johnmccrae))
- Remove the release notes [#77](https://github.com/chef/win32-certstore/pull/77) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Remove the release notes [#77](https://github.com/chef/win32-certstore/pull/77) ([tas50](https://github.com/tas50)) <!-- 0.6.0 -->
- added support to properly export a pfx object to disk [#75](https://github.com/chef/win32-certstore/pull/75) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.5.4 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.6.0
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.5.4".freeze
VERSION = "0.6.0".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 4240953

Please sign in to comment.