diff --git a/CHANGELOG.md b/CHANGELOG.md index 484ba94..de4cc81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # chef-vault Change Log - -## [v4.0.8](https://github.com/chef/chef-vault/tree/v4.0.8) (2020-08-13) + +## [v4.0.9](https://github.com/chef/chef-vault/tree/v4.0.9) (2020-08-18) #### Merged Pull Requests -- Remove simplecov [#356](https://github.com/chef/chef-vault/pull/356) ([tas50](https://github.com/tas50)) +- Added warning if input of vault admin is other than array [#352](https://github.com/chef/chef-vault/pull/352) ([sanga1794](https://github.com/sanga1794)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Added warning if input of vault admin is other than array [#352](https://github.com/chef/chef-vault/pull/352) ([sanga1794](https://github.com/sanga1794)) - Remove simplecov [#356](https://github.com/chef/chef-vault/pull/356) ([tas50](https://github.com/tas50)) - Update simplecov-console requirement from ~> 0.2.0 to ~> 0.7.2 [#344](https://github.com/chef/chef-vault/pull/344) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) diff --git a/VERSION b/VERSION index a7d0a2e..5ceafe7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.8 \ No newline at end of file +4.0.9 \ No newline at end of file diff --git a/lib/chef-vault/version.rb b/lib/chef-vault/version.rb index ff1a591..adb0fe5 100644 --- a/lib/chef-vault/version.rb +++ b/lib/chef-vault/version.rb @@ -15,6 +15,6 @@ # limitations under the License. class ChefVault - VERSION = "4.0.8" + VERSION = "4.0.9" MAJOR, MINOR, TINY = VERSION.split(".") end