Skip to content

Commit

Permalink
Bump version to 0.6.16 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 2, 2024
1 parent ea72917 commit a6b4901
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.16 -->
## [v0.6.16](https://github.com/chef/win32-certstore/tree/v0.6.16) (2024-03-02)

#### Merged Pull Requests
- Updated dependencies to get ready for new Ohai for Chef-17 [#99](https://github.com/chef/win32-certstore/pull/99) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->

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

#### Merged Pull Requests
- Updated dependencies to get ready for new Ohai for Chef-17 [#99](https://github.com/chef/win32-certstore/pull/99) ([johnmccrae](https://github.com/johnmccrae)) <!-- 0.6.16 -->
<!-- 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.15
0.6.16
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.15".freeze
VERSION = "0.6.16".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit a6b4901

Please sign in to comment.