summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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