summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 10:33:49 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-16 10:33:49 +0000
commit8879ae09eeb571f3abe25a786cbd049244ecebda (patch)
tree014d95af43a7dfbba8aedc19a8be7dc491f45573
parent300bfde40d96ecaeef1b0b18b39169fee3a0501c (diff)
downloadchef-zero-8879ae09eeb571f3abe25a786cbd049244ecebda.tar.gz
Bump version to 14.0.1 by Expeditorv14.0.1
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc648ea..2ae8813 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.1 -->
+## [v14.0.1](https://github.com/chef/chef-zero/tree/v14.0.1) (2018-02-16)
+
+#### Merged Pull Requests
+- bump required ruby version [#274](https://github.com/chef/chef-zero/pull/274) ([thommay](https://github.com/thommay))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=13.1.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- bump required ruby version [#274](https://github.com/chef/chef-zero/pull/274) ([thommay](https://github.com/thommay)) <!-- 14.0.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -548,4 +556,4 @@
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9...v0.9.1)
## [v0.9](https://github.com/chef/chef-zero/tree/v0.9) (2012-12-24)
-[Full Changelog](https://github.com/chef/chef-zero/compare/666374b272a8851a2c57530a71a6183d4d06a648...v0.9)
+[Full Changelog](https://github.com/chef/chef-zero/compare/666374b272a8851a2c57530a71a6183d4d06a648...v0.9) \ No newline at end of file
diff --git a/VERSION b/VERSION
index 4b964e9..8d2e58b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.0
+14.0.1 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 583bfbc..16dfa19 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.0"
+ VERSION = "14.0.1"
end