diff --git a/CHANGELOG.md b/CHANGELOG.md index 1973522..412b5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # chef-vault Change Log - -## [v3.4.9](https://github.com/chef/chef-vault/tree/v3.4.9) (2019-12-30) + +## [v3.5.0](https://github.com/chef/chef-vault/tree/v3.5.0) (2019-12-30) #### Merged Pull Requests -- Ensure search is not empty when refreshing [#332](https://github.com/chef/chef-vault/pull/332) ([jeremy-clerc](https://github.com/jeremy-clerc)) +- Sparse mode converter [#327](https://github.com/chef/chef-vault/pull/327) ([jeunito](https://github.com/jeunito)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Sparse mode converter [#327](https://github.com/chef/chef-vault/pull/327) ([jeunito](https://github.com/jeunito)) - Ensure search is not empty when refreshing [#332](https://github.com/chef/chef-vault/pull/332) ([jeremy-clerc](https://github.com/jeremy-clerc)) - API docs: Fix YARD warnings [#331](https://github.com/chef/chef-vault/pull/331) ([olleolleolle](https://github.com/olleolleolle)) - Migrate to Buildkite for PR testing [#336](https://github.com/chef/chef-vault/pull/336) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index e0940d4..e5b8203 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.9 \ No newline at end of file +3.5.0 \ No newline at end of file diff --git a/lib/chef-vault/version.rb b/lib/chef-vault/version.rb index c1cecd7..d2e35b1 100644 --- a/lib/chef-vault/version.rb +++ b/lib/chef-vault/version.rb @@ -15,6 +15,6 @@ # limitations under the License. class ChefVault - VERSION = "3.4.9" + VERSION = "3.5.0" MAJOR, MINOR, TINY = VERSION.split(".") end