Skip to content

Commit

Permalink
Bump version to 0.6.7 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 Dec 7, 2021
1 parent 96de987 commit 9e8c243
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.6 -->
## [v0.6.6](https://github.com/chef/win32-certstore/tree/v0.6.6) (2021-11-30)
<!-- latest_release 0.6.7 -->
## [v0.6.7](https://github.com/chef/win32-certstore/tree/v0.6.7) (2021-12-07)

#### Merged Pull Requests
- Refactor code and update specs [#86](https://github.com/chef/win32-certstore/pull/86) ([johnmccrae](https://github.com/johnmccrae))
- Refactored cert_get to return x509 object [#87](https://github.com/chef/win32-certstore/pull/87) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

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

#### Merged Pull Requests
- Refactored cert_get to return x509 object [#87](https://github.com/chef/win32-certstore/pull/87) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.7 -->
- Refactor code and update specs [#86](https://github.com/chef/win32-certstore/pull/86) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.6 -->
- don&#39;t raise error in get if certificate is empty [#84](https://github.com/chef/win32-certstore/pull/84) ([rishichawda](https://github.com/rishichawda)) <!-- 0.6.5 -->
- Replace deprecated --without flag with bundle config [#82](https://github.com/chef/win32-certstore/pull/82) ([jayashrig158](https://github.com/jayashrig158)) <!-- 0.6.4 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.6
0.6.7
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.6".freeze
VERSION = "0.6.7".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 9e8c243

Please sign in to comment.