From b2ed934212068dc238a56225a43fe15a7778ed88 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 22 Jun 2021 19:23:38 +0000 Subject: Bump version to 15.0.8 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/chef_zero/version.rb | 2 +- 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 @@ # Change Log - + +## [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])) - + +### 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])) 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 -- cgit v1.2.1