summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-25 15:47:03 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-25 15:47:03 +0000
commit4b9fd1471426c3805b7d3e36db0e28f183aee877 (patch)
tree04f9703f21a8c55e65b61a09b6d2f9138f19898c
parent822d9987d4f515e1e531155adf2b691f3d6b14da (diff)
downloadchef-zero-4b9fd1471426c3805b7d3e36db0e28f183aee877.tar.gz
Bump version to 15.0.5 by Chef Expeditorv15.0.5
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28e8d63..7ae2a6a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.0.5 -->
+## [v15.0.5](https://github.com/chef/chef-zero/tree/v15.0.5) (2021-02-25)
+
+#### Merged Pull Requests
+- Zei/skipping status for pedant [#307](https://github.com/chef/chef-zero/pull/307) ([vinay-satish](https://github.com/vinay-satish))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.4 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- 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 -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index dbe8a10..8fc2ffd 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.4 \ No newline at end of file
+15.0.5 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 2ab5250..247bbe5 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.4".freeze
+ VERSION = "15.0.5".freeze
end