summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-05 19:18:26 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-05 19:18:26 +0000
commit58e61286b89fd985f154d99af4fd2c91789e5be0 (patch)
tree32b257a680ab030512bbaac375ade8f06d9dd706
parent5e01d2e27b3f74d67f7326e075a01beaecae6627 (diff)
downloadchef-zero-58e61286b89fd985f154d99af4fd2c91789e5be0.tar.gz
Bump version to 15.0.4 by Chef Expeditorv15.0.4
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 62dc674..946422c 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.4 -->
+## [v15.0.4](https://github.com/chef/chef-zero/tree/v15.0.4) (2021-01-05)
+
+#### Merged Pull Requests
+- Add missing Webrick dependency to the gemspec [#306](https://github.com/chef/chef-zero/pull/306) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.3 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Add missing Webrick dependency to the gemspec [#306](https://github.com/chef/chef-zero/pull/306) ([tas50](https://github.com/tas50)) <!-- 15.0.4 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 1f231fc..dbe8a10 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.3 \ No newline at end of file
+15.0.4 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index ad1e7be..2ab5250 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.3".freeze
+ VERSION = "15.0.4".freeze
end