summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-19 21:35:34 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-19 21:35:34 +0000
commite50cbe5fd3bedb3ebd92139b7351298851b39167 (patch)
treecf38f5052417f10c46e670f363737968e153962b
parent7812f470432b8bd6530316a2856305e039d11ce7 (diff)
downloadchef-zero-e50cbe5fd3bedb3ebd92139b7351298851b39167.tar.gz
Bump version to 14.0.12 by Chef Expeditorv14.0.12
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md9
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1df183..56b6789 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 14.0.12 -->
+## [v14.0.12](https://github.com/chef/chef-zero/tree/v14.0.12) (2019-03-19)
+
+#### Merged Pull Requests
+- Loosen the mixlib-log depedency + misc cleanup [#292](https://github.com/chef/chef-zero/pull/292) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.0.11 -->
### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Loosen the mixlib-log depedency + misc cleanup [#292](https://github.com/chef/chef-zero/pull/292) ([tas50](https://github.com/tas50)) <!-- 14.0.12 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 6bd3187..c859491 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.11 \ No newline at end of file
+14.0.12 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index eede85c..cdc0e62 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.11".freeze
+ VERSION = "14.0.12".freeze
end