summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 19:12:27 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-03 19:12:27 +0000
commitee2ebb1589073ed5fbe1bdaac6e4a7d0b66ee275 (patch)
tree990469a914e81c98144372a69933a308bf05d7e2
parentce4afcea28977df59fb8810f2ddb8facc5218061 (diff)
downloadchef-zero-ee2ebb1589073ed5fbe1bdaac6e4a7d0b66ee275.tar.gz
Bump version to 14.0.8 by Chef Expeditorv14.0.8
-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 aeaf69e..3c4165d 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.7 -->
-## [v14.0.7](https://github.com/chef/chef-zero/tree/v14.0.7) (2018-07-03)
+<!-- latest_release 14.0.8 -->
+## [v14.0.8](https://github.com/chef/chef-zero/tree/v14.0.8) (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))
+- fixes for new chefstyle [#284](https://github.com/chef/chef-zero/pull/284) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=14.0.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- fixes for new chefstyle [#284](https://github.com/chef/chef-zero/pull/284) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.8 -->
- remove hashrocket syntax [#283](https://github.com/chef/chef-zero/pull/283) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.7 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 7d03a96..979f1e3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.7 \ No newline at end of file
+14.0.8 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index cf5897f..bbe1590 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.7".freeze
+ VERSION = "14.0.8".freeze
end