summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-21 17:45:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-21 17:45:23 +0000
commit23a712cb4ecabebb1ab681a1f126fe087eef76fb (patch)
treeed431c62ed5967b699d849eab4370e1d89c73912
parent27645457ddf6734428ad0d746c689cb24c9feb9b (diff)
downloadchef-zero-23a712cb4ecabebb1ab681a1f126fe087eef76fb.tar.gz
Bump version to 15.0.2 by Chef Expeditorv15.0.2
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 197f7b9..149a221 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.2 -->
+## [v15.0.2](https://github.com/chef/chef-zero/tree/v15.0.2) (2020-08-21)
+
+#### Merged Pull Requests
+- Optimize our requires [#303](https://github.com/chef/chef-zero/pull/303) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Optimize our requires [#303](https://github.com/chef/chef-zero/pull/303) ([tas50](https://github.com/tas50)) <!-- 15.0.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 9dc738e..49bf3b4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.1 \ No newline at end of file
+15.0.2 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index ae2cd1b..eb0ac39 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.1".freeze
+ VERSION = "15.0.2".freeze
end