summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-22 19:23:38 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-22 19:23:38 +0000
commitb2ed934212068dc238a56225a43fe15a7778ed88 (patch)
tree9a92fd95f1543bdf630dcccf879e00a29cac5164
parent883ff5e116222853c711d445825c97bb210fa5c7 (diff)
downloadchef-zero-b2ed934212068dc238a56225a43fe15a7778ed88.tar.gz
Bump version to 15.0.8 by Chef Expeditorv15.0.8
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 9b1b5da..b850a9b 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.8 -->
+## [v15.0.8](https://github.com/chef/chef-zero/tree/v15.0.8) (2021-06-22)
+
+#### Merged Pull Requests
+- Upgrade to GitHub-native Dependabot [#309](https://github.com/chef/chef-zero/pull/309) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot]))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.7 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Upgrade to GitHub-native Dependabot [#309](https://github.com/chef/chef-zero/pull/309) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 15.0.8 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 38fb554..3e26b8f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.7 \ No newline at end of file
+15.0.8 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 12b0140..65a298d 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.7".freeze
+ VERSION = "15.0.8".freeze
end