From 5788c6ab00a8f376ba0af872f8b2db589ca81cb3 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 22 Jun 2021 17:30:47 +0000 Subject: Bump version to 15.0.7 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 efb0324..f131a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v15.0.6](https://github.com/chef/chef-zero/tree/v15.0.6) (2021-05-28) + +## [v15.0.7](https://github.com/chef/chef-zero/tree/v15.0.7) (2021-06-22) #### Merged Pull Requests -- Skipping User Email case insensitive pedant test [#311](https://github.com/chef/chef-zero/pull/311) ([jashaik](https://github.com/jashaik)) +- Skipping nginx default error response verification pedant test [#312](https://github.com/chef/chef-zero/pull/312) ([jashaik](https://github.com/jashaik)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Skipping nginx default error response verification pedant test [#312](https://github.com/chef/chef-zero/pull/312) ([jashaik](https://github.com/jashaik)) - Skipping User Email case insensitive pedant test [#311](https://github.com/chef/chef-zero/pull/311) ([jashaik](https://github.com/jashaik)) - Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish)) diff --git a/VERSION b/VERSION index 8dd9774..38fb554 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.0.6 \ No newline at end of file +15.0.7 \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index c1824e8..12b0140 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "15.0.6".freeze + VERSION = "15.0.7".freeze end -- cgit v1.2.1