summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-17 15:23:50 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-17 15:23:50 +0000
commit0ba5af858595c0cfbcc8fc0488ac72a53b880584 (patch)
tree2b92e2015b9ca706219b39a2aba891cad28c53e1
parent019107ea2deac1070a098fb370c721b2ed11cb3f (diff)
downloadchef-zero-0ba5af858595c0cfbcc8fc0488ac72a53b880584.tar.gz
Bump version to 15.0.11 by Chef Expeditorv15.0.11
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 71a794f..37a5c2b 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.10 -->
-## [v15.0.10](https://github.com/chef/chef-zero/tree/v15.0.10) (2021-10-06)
+<!-- latest_release 15.0.11 -->
+## [v15.0.11](https://github.com/chef/chef-zero/tree/v15.0.11) (2021-10-17)
#### 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))
+- Updating the policy_revision_endpoint to add policy_group_list [#320](https://github.com/chef/chef-zero/pull/320) ([vinay-satish](https://github.com/vinay-satish))
<!-- latest_release -->
<!-- release_rollup since=15.0.9 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Updating the policy_revision_endpoint to add policy_group_list [#320](https://github.com/chef/chef-zero/pull/320) ([vinay-satish](https://github.com/vinay-satish)) <!-- 15.0.11 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 5a38f20..76de900 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.10 \ No newline at end of file
+15.0.11 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index fe3170d..d34b4ec 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.10".freeze
+ VERSION = "15.0.11".freeze
end