Skip to content

Commit

Permalink
Bump version to 3.0.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 Expeditor committed May 22, 2020
1 parent 33ee7d8 commit 86d7313
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 @@
# knife-cloud Change Log

<!-- latest_release -->
<!-- latest_release 3.0.4 -->
## [v3.0.4](https://github.com/chef/knife-cloud/tree/v3.0.4) (2020-05-22)

#### Merged Pull Requests
- Removed spec_dir from required_path [#131](https://github.com/chef/knife-cloud/pull/131) ([kapilchouhan99](https://github.com/kapilchouhan99))
<!-- latest_release -->

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

#### Merged Pull Requests
- Removed spec_dir from required_path [#131](https://github.com/chef/knife-cloud/pull/131) ([kapilchouhan99](https://github.com/kapilchouhan99)) <!-- 3.0.4 -->
<!-- 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 @@
3.0.3
3.0.4
2 changes: 1 addition & 1 deletion lib/knife-cloud/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Knife
module Cloud
VERSION = "3.0.3".freeze
VERSION = "3.0.4".freeze
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit 86d7313

Please sign in to comment.