summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-30 01:59:40 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-30 01:59:40 +0000
commit435755ee68c14fd6d6f858e451e7afeee1610e6f (patch)
treec83b6df4edbbfdb789ec80d76ee253c924270fb1
parenta8206d6c6f03de1fde15c49f6fe9ddb1d0071b7a (diff)
downloadchef-zero-435755ee68c14fd6d6f858e451e7afeee1610e6f.tar.gz
Bump version to 14.0.14 by Chef Expeditorv14.0.14
Obvious fix; these changes are the result of automation not creative thinking.
-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 da543ea..bd4e82f 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.14 -->
+## [v14.0.14](https://github.com/chef/chef-zero/tree/v14.0.14) (2019-12-30)
+
+#### Merged Pull Requests
+- Move testing to Buildkite [#297](https://github.com/chef/chef-zero/pull/297) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.0.13 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Move testing to Buildkite [#297](https://github.com/chef/chef-zero/pull/297) ([tas50](https://github.com/tas50)) <!-- 14.0.14 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 4526d8d..ce07870 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.13 \ No newline at end of file
+14.0.14 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 0772d02..f800bbd 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.13".freeze
+ VERSION = "14.0.14".freeze
end