summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-07 19:01:59 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-07 19:01:59 +0000
commited38f23fef793f73fb690e5ea59bf32b57a994c5 (patch)
tree499829ec79f577ec5513fbaf42779716e51ee2c5
parent0c6ba2c33948642d81ee676fdb5726614a18bb97 (diff)
downloadchef-zero-ed38f23fef793f73fb690e5ea59bf32b57a994c5.tar.gz
Bump version to 14.0.13 by Chef Expeditorv14.0.13
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 2dd7d74..48553ef 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.13 -->
+## [v14.0.13](https://github.com/chef/chef-zero/tree/v14.0.13) (2019-10-07)
+
+#### Merged Pull Requests
+- Add ChefZero::Dist to abstract branding details to a single location [#293](https://github.com/chef/chef-zero/pull/293) ([Tensibai](https://github.com/Tensibai))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=14.0.12 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add ChefZero::Dist to abstract branding details to a single location [#293](https://github.com/chef/chef-zero/pull/293) ([Tensibai](https://github.com/Tensibai)) <!-- 14.0.13 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index c859491..4526d8d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.12 \ No newline at end of file
+14.0.13 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index cdc0e62..0772d02 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.12".freeze
+ VERSION = "14.0.13".freeze
end