From 47554ae166213ec813de806d3bb2f14c45b3e517 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 7 Sep 2021 23:43:11 +0000 Subject: Bump version to 15.0.9 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef_zero/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b850a9b..8822251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v15.0.8](https://github.com/chef/chef-zero/tree/v15.0.8) (2021-06-22) + +## [v15.0.9](https://github.com/chef/chef-zero/tree/v15.0.9) (2021-09-07) #### 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])) +- Update http -> https links in tests / commments [#316](https://github.com/chef/chef-zero/pull/316) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Update http -> https links in tests / commments [#316](https://github.com/chef/chef-zero/pull/316) ([tas50](https://github.com/tas50)) - 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 3e26b8f..fc05041 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.8 \ No newline at end of file +15.0.9 \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 65a298d..67c5475 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "15.0.8".freeze + VERSION = "15.0.9".freeze end -- cgit v1.2.1