Skip to content

Commit

Permalink
Bump version to 0.6.10 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 Feb 28, 2022
1 parent 1120f55 commit 1d1c753
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.6.9 -->
## [v0.6.9](https://github.com/chef/win32-certstore/tree/v0.6.9) (2022-01-18)
<!-- latest_release 0.6.10 -->
## [v0.6.10](https://github.com/chef/win32-certstore/tree/v0.6.10) (2022-02-28)

#### Merged Pull Requests
- Updated the gem to reflect an update to the chef-powershell gem [#89](https://github.com/chef/win32-certstore/pull/89) ([johnmccrae](https://github.com/johnmccrae))
- Add ruby 3.1 test [#90](https://github.com/chef/win32-certstore/pull/90) ([skeshari12](https://github.com/skeshari12))
<!-- latest_release -->

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

#### Merged Pull Requests
- Add ruby 3.1 test [#90](https://github.com/chef/win32-certstore/pull/90) ([skeshari12](https://github.com/skeshari12)) <!-- 0.6.10 -->
- Updated the gem to reflect an update to the chef-powershell gem [#89](https://github.com/chef/win32-certstore/pull/89) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.9 -->
- Updated the references to the ChefPowerShell gem which had its classe… [#88](https://github.com/chef/win32-certstore/pull/88) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.8 -->
- Refactored cert_get to return x509 object [#87](https://github.com/chef/win32-certstore/pull/87) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.7 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.9
0.6.10
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.9".freeze
VERSION = "0.6.10".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 1d1c753

Please sign in to comment.