summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-28 14:10:58 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-28 14:10:58 +0000
commitef5331588f659e4cd555d4f93b843136fa110701 (patch)
tree70735012c3df8a47559ad1a20ec10ccdd20281b0
parentd39b972d7c4a86d84caeed3744e09882daabc161 (diff)
downloadchef-zero-ef5331588f659e4cd555d4f93b843136fa110701.tar.gz
Bump version to 15.0.6 by Chef Expeditorv15.0.6
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 7ae2a6a..efb0324 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.5 -->
-## [v15.0.5](https://github.com/chef/chef-zero/tree/v15.0.5) (2021-02-25)
+<!-- latest_release 15.0.6 -->
+## [v15.0.6](https://github.com/chef/chef-zero/tree/v15.0.6) (2021-05-28)
#### Merged Pull Requests
-- Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish))
+- Skipping User Email case insensitive pedant test [#311](https://github.com/chef/chef-zero/pull/311) ([jashaik](https://github.com/jashaik))
<!-- latest_release -->
<!-- release_rollup since=15.0.4 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Skipping User Email case insensitive pedant test [#311](https://github.com/chef/chef-zero/pull/311) ([jashaik](https://github.com/jashaik)) <!-- 15.0.6 -->
- Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish)) <!-- 15.0.5 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 8fc2ffd..8dd9774 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.5 \ No newline at end of file
+15.0.6 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 247bbe5..c1824e8 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.5".freeze
+ VERSION = "15.0.6".freeze
end