Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Bump version to 3.3.2 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 Sep 6, 2018
1 parent 08f7895 commit bfa1a6a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
<!-- latest_release 3.3.1 -->
## [v3.3.1](https://github.com/chef/chef-dk/tree/v3.3.1) (2018-09-05)
<!-- latest_release 3.3.2 -->
## [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))
<!-- latest_release -->

<!-- release_rollup since=3.2.30 -->
### 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)) <!-- 3.3.2 -->
- Bump chefspec to 7.3. [#1688](https://github.com/chef/chef-dk/pull/1688) ([coderanger](https://github.com/coderanger)) <!-- 3.3.1 -->
- Update to Foodcritic 14.1.0 [#1687](https://github.com/chef/chef-dk/pull/1687) ([tas50](https://github.com/tas50)) <!-- 3.3.0 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.2
2 changes: 1 addition & 1 deletion lib/chef-dk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module ChefDK
VERSION = "3.3.1"
VERSION = "3.3.2"
end

0 comments on commit bfa1a6a

Please sign in to comment.