Skip to content

Commit

Permalink
Bump version to 17.0.1 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 Expeditor committed May 13, 2020
1 parent e643ef8 commit 2c5b1c8
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.0 -->
## [v17.0.0](https://github.com/chef/cheffish/tree/v17.0.0) (2020-05-13)
<!-- latest_release 17.0.1 -->
## [v17.0.1](https://github.com/chef/cheffish/tree/v17.0.1) (2020-05-13)

#### Merged Pull Requests
- Replace HTTPServerException with HTTPClientException [#157](https://github.com/chef/cheffish/pull/157) ([tas50](https://github.com/tas50))
- Don&#39;t eval the action_class [#146](https://github.com/chef/cheffish/pull/146) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Don&#39;t eval the action_class [#146](https://github.com/chef/cheffish/pull/146) ([tas50](https://github.com/tas50)) <!-- 17.0.1 -->
- Replace HTTPServerException with HTTPClientException [#157](https://github.com/chef/cheffish/pull/157) ([tas50](https://github.com/tas50)) <!-- 16.0.0 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
17.0.0
17.0.1
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.0".freeze
VERSION = "17.0.1".freeze
end

0 comments on commit 2c5b1c8

Please sign in to comment.