summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-13 19:07:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-13 19:07:13 +0000
commitc21adbe0f067a39d29dc8e0668edd5b543d74a08 (patch)
tree73518fcbc2565a7e4743db9da8f94883900ea5d9
parentf5111960be44b27191450d510aa5d0199ee57ca4 (diff)
downloadchef-zero-c21adbe0f067a39d29dc8e0668edd5b543d74a08.tar.gz
Bump version to 15.0.1 by Chef Expeditorv15.0.1
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 d08e734..3d34667 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 15.0.1 -->
+## [v15.0.1](https://github.com/chef/chef-zero/tree/v15.0.1) (2020-08-13)
+
+#### Merged Pull Requests
+- Optimize requires for non-omnibus installs [#302](https://github.com/chef/chef-zero/pull/302) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.0 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Optimize requires for non-omnibus installs [#302](https://github.com/chef/chef-zero/pull/302) ([tas50](https://github.com/tas50)) <!-- 15.0.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 791fc94..9dc738e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.0 \ No newline at end of file
+15.0.1 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 4c15ca6..ae2cd1b 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.0".freeze
+ VERSION = "15.0.1".freeze
end