summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-23 20:00:36 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-23 20:00:36 +0000
commit469876fb90c30b8f6b5df43697cb22ef1667b6c9 (patch)
tree48ec7bf03bda6d94aec4feb92e614fe291435f0f
parent0f0eb27e9843bf3f771f822ed211428a713dc571 (diff)
downloadchef-zero-469876fb90c30b8f6b5df43697cb22ef1667b6c9.tar.gz
Bump version to 14.0.6 by Expeditorv14.0.6
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd6ca70..58605b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 14.0.5 -->
-## [v14.0.5](https://github.com/chef/chef-zero/tree/v14.0.5) (2018-04-20)
+<!-- latest_release 14.0.6 -->
+## [v14.0.6](https://github.com/chef/chef-zero/tree/v14.0.6) (2018-04-23)
#### Merged Pull Requests
-- reinstate the default chef gem pin [#280](https://github.com/chef/chef-zero/pull/280) ([lamont-granquist](https://github.com/lamont-granquist))
+- pin chef to 14.x [#281](https://github.com/chef/chef-zero/pull/281) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=13.1.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- pin chef to 14.x [#281](https://github.com/chef/chef-zero/pull/281) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.6 -->
- reinstate the default chef gem pin [#280](https://github.com/chef/chef-zero/pull/280) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.5 -->
- remove the explicit chef gem [#279](https://github.com/chef/chef-zero/pull/279) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.4 -->
- fix for new rubocop engine [#278](https://github.com/chef/chef-zero/pull/278) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.3 -->
diff --git a/VERSION b/VERSION
index 6dbeddf..85f5c20 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.5 \ No newline at end of file
+14.0.6 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 6374cba..8706f9f 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.5"
+ VERSION = "14.0.6"
end