From 0ba5af858595c0cfbcc8fc0488ac72a53b880584 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Sun, 17 Oct 2021 15:23:50 +0000 Subject: Bump version to 15.0.11 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 71a794f..37a5c2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v15.0.10](https://github.com/chef/chef-zero/tree/v15.0.10) (2021-10-06) + +## [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)) ### 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)) - Skipping response header test for pedant [#317](https://github.com/chef/chef-zero/pull/317) ([vinay-satish](https://github.com/vinay-satish)) 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 -- cgit v1.2.1