summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-07 23:43:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-07 23:43:11 +0000
commit47554ae166213ec813de806d3bb2f14c45b3e517 (patch)
tree46de33343714686670fdf6cca61d3b0a48e8adcb
parentc3f2805d1ff66b338375acd836ed2d2f86484ea3 (diff)
downloadchef-zero-47554ae166213ec813de806d3bb2f14c45b3e517.tar.gz
Bump version to 15.0.9 by Chef Expeditorv15.0.9
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
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 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 15.0.8 -->
-## [v15.0.8](https://github.com/chef/chef-zero/tree/v15.0.8) (2021-06-22)
+<!-- latest_release 15.0.9 -->
+## [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 -&gt; https links in tests / commments [#316](https://github.com/chef/chef-zero/pull/316) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=15.0.7 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Update http -&gt; https links in tests / commments [#316](https://github.com/chef/chef-zero/pull/316) ([tas50](https://github.com/tas50)) <!-- 15.0.9 -->
- 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 -->
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