diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f2e8f..6b189a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # knife-cloud Change Log - + +## [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)) - + +### 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)) diff --git a/VERSION b/VERSION index 282895a..b38ebbf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.3 \ No newline at end of file +3.0.4 \ No newline at end of file diff --git a/lib/knife-cloud/version.rb b/lib/knife-cloud/version.rb index dd61039..be4938f 100644 --- a/lib/knife-cloud/version.rb +++ b/lib/knife-cloud/version.rb @@ -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