summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-06 14:48:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-06 14:48:46 +0000
commit161924b025c2f44f12505065a8b8d0f946710651 (patch)
tree0e1d8a74cb85375749ad237037dc477364c21bbc
parent1ef33c5852fea2b0e1ae451551780bbb230c5124 (diff)
downloadchef-zero-161924b025c2f44f12505065a8b8d0f946710651.tar.gz
Bump version to 15.0.10 by Chef Expeditorv15.0.10
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 f2d8695..71a794f 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.10 -->
+## [v15.0.10](https://github.com/chef/chef-zero/tree/v15.0.10) (2021-10-06)
+
+#### Merged Pull Requests
+- Skipping response header test for pedant [#317](https://github.com/chef/chef-zero/pull/317) ([vinay-satish](https://github.com/vinay-satish))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.9 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Skipping response header test for pedant [#317](https://github.com/chef/chef-zero/pull/317) ([vinay-satish](https://github.com/vinay-satish)) <!-- 15.0.10 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index fc05041..5a38f20 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.9 \ No newline at end of file
+15.0.10 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 67c5475..fe3170d 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.9".freeze
+ VERSION = "15.0.10".freeze
end