Skip to content

Commit

Permalink
Bump version to 17.1.0 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 May 24, 2021
1 parent 1635416 commit 8bb1ad2
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,17 +1,18 @@
# Cheffish Change Log

<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 17.0.3 -->
## [v17.0.3](https://github.com/chef/cheffish/tree/v17.0.3) (2021-05-24)
<!-- latest_release 17.1.0 -->
## [v17.1.0](https://github.com/chef/cheffish/tree/v17.1.0) (2021-05-24)

#### Merged Pull Requests
- Move Chefstyle to GitHub Actions [#200](https://github.com/chef/cheffish/pull/200) ([tas50](https://github.com/tas50))
- Require Ruby 3.0 or later [#201](https://github.com/chef/cheffish/pull/201) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Require Ruby 3.0 or later [#201](https://github.com/chef/cheffish/pull/201) ([tas50](https://github.com/tas50)) <!-- 17.1.0 -->
- Move Chefstyle to GitHub Actions [#200](https://github.com/chef/cheffish/pull/200) ([tas50](https://github.com/tas50)) <!-- 17.0.3 -->
- Upgrade to GitHub-native Dependabot [#196](https://github.com/chef/cheffish/pull/196) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 17.0.2 -->
- Remove testing on Ruby 2.6 [#199](https://github.com/chef/cheffish/pull/199) ([tas50](https://github.com/tas50)) <!-- 17.0.1 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.3
17.1.0
2 changes: 1 addition & 1 deletion lib/cheffish/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cheffish
VERSION = "17.0.3".freeze
VERSION = "17.1.0".freeze
end

0 comments on commit 8bb1ad2

Please sign in to comment.