diff --git a/CHANGELOG.md b/CHANGELOG.md index 35701f6fe..632adb069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ - -## [v3.3.1](https://github.com/chef/chef-dk/tree/v3.3.1) (2018-09-05) + +## [v3.3.2](https://github.com/chef/chef-dk/tree/v3.3.2) (2018-09-06) #### Merged Pull Requests -- Bump chefspec to 7.3. [#1688](https://github.com/chef/chef-dk/pull/1688) ([coderanger](https://github.com/coderanger)) +- Update fog-openstack, winrm-fs, inspec, and chefspec [#1692](https://github.com/chef/chef-dk/pull/1692) ([tas50](https://github.com/tas50)) ### Changes since 3.2.30 release #### Merged Pull Requests +- Update fog-openstack, winrm-fs, inspec, and chefspec [#1692](https://github.com/chef/chef-dk/pull/1692) ([tas50](https://github.com/tas50)) - Bump chefspec to 7.3. [#1688](https://github.com/chef/chef-dk/pull/1688) ([coderanger](https://github.com/coderanger)) - Update to Foodcritic 14.1.0 [#1687](https://github.com/chef/chef-dk/pull/1687) ([tas50](https://github.com/tas50)) diff --git a/Gemfile.lock b/Gemfile.lock index c028b4343..cdcb6cf70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - chef-dk (3.3.1) + chef-dk (3.3.2) addressable (>= 2.3.5, < 2.6) chef (~> 14.0) chef-provisioning (~> 2.0) diff --git a/VERSION b/VERSION index 712bd5a68..5436ea06e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.1 \ No newline at end of file +3.3.2 \ No newline at end of file diff --git a/lib/chef-dk/version.rb b/lib/chef-dk/version.rb index 52de05fed..326141269 100644 --- a/lib/chef-dk/version.rb +++ b/lib/chef-dk/version.rb @@ -16,5 +16,5 @@ # module ChefDK - VERSION = "3.3.1" + VERSION = "3.3.2" end