summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 17:00:25 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 17:00:25 +0000
commit694c8cb8a3c564dc27a06cefbaff4c3f6369da50 (patch)
tree7c4c159605de72bdeeb45f431ba5678f6ff09bf4
parentefaae3c98e8526e47a3e574419b3c58f92a8598e (diff)
downloadchef-zero-694c8cb8a3c564dc27a06cefbaff4c3f6369da50.tar.gz
Bump version to 14.0.7 by Chef Expeditorv14.0.7
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cc14de..aeaf69e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.0.7 -->
+## [v14.0.7](https://github.com/chef/chef-zero/tree/v14.0.7) (2018-07-03)
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#283](https://github.com/chef/chef-zero/pull/283) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.0.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- remove hashrocket syntax [#283](https://github.com/chef/chef-zero/pull/283) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.7 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 85f5c20..7d03a96 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.6 \ No newline at end of file
+14.0.7 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 8706f9f..27f9632 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.6"
+ VERSION = "14.0.7"
end