summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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