Skip to content

Commit

Permalink
Bump version to 0.6.4 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 Aug 31, 2021
1 parent 4c61491 commit 133e497
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.3 -->
## [v0.6.3](https://github.com/chef/win32-certstore/tree/v0.6.3) (2021-04-29)
<!-- latest_release 0.6.4 -->
## [v0.6.4](https://github.com/chef/win32-certstore/tree/v0.6.4) (2021-08-31)

#### Merged Pull Requests
- Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/win32-certstore/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
- Replace deprecated --without flag with bundle config [#82](https://github.com/chef/win32-certstore/pull/82) ([jayashrig158](https://github.com/jayashrig158))
<!-- latest_release -->

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

#### Merged Pull Requests
- Replace deprecated --without flag with bundle config [#82](https://github.com/chef/win32-certstore/pull/82) ([jayashrig158](https://github.com/jayashrig158)) <!-- 0.6.4 -->
- Upgrade to GitHub-native Dependabot [#80](https://github.com/chef/win32-certstore/pull/80) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 0.6.3 -->
<!-- release_rollup -->

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

0 comments on commit 133e497

Please sign in to comment.