Skip to content

Commit

Permalink
Bump version to 0.6.8 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 Jan 13, 2022
1 parent 1714d5c commit afc8bd8
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.7 -->
## [v0.6.7](https://github.com/chef/win32-certstore/tree/v0.6.7) (2021-12-07)
<!-- latest_release 0.6.8 -->
## [v0.6.8](https://github.com/chef/win32-certstore/tree/v0.6.8) (2022-01-13)

#### Merged Pull Requests
- Refactored cert_get to return x509 object [#87](https://github.com/chef/win32-certstore/pull/87) ([johnmccrae](https://github.com/johnmccrae))
- 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))
<!-- latest_release -->

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

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

0 comments on commit afc8bd8

Please sign in to comment.