From 58e61286b89fd985f154d99af4fd2c91789e5be0 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 5 Jan 2021 19:18:26 +0000 Subject: Bump version to 15.0.4 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/chef_zero/version.rb | 2 +- 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 @@ # Change Log - + +## [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)) - + +### 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)) 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 -- cgit v1.2.1