From 4b9fd1471426c3805b7d3e36db0e28f183aee877 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 25 Feb 2021 15:47:03 +0000 Subject: Bump version to 15.0.5 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 28e8d63..7ae2a6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Change Log - + +## [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)) - + +### 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)) 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 -- cgit v1.2.1