From 911a8ad1d8dcc87e33aa1e33a40611800a690372 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 15 Nov 2018 19:53:54 +0000 Subject: [PATCH] Bump version to 14.0.10 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/chef_zero/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index deffbfe9..e0c9bdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v14.0.9](https://github.com/chef/chef-zero/tree/v14.0.9) (2018-11-15) + +## [v14.0.10](https://github.com/chef/chef-zero/tree/v14.0.10) (2018-11-15) #### Merged Pull Requests -- Misc cleanup for gemspec, rakefile, gemfile, and expeditor [#287](https://github.com/chef/chef-zero/pull/287) ([tas50](https://github.com/tas50)) +- Don't ship the readme in the gem [#289](https://github.com/chef/chef-zero/pull/289) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Don't ship the readme in the gem [#289](https://github.com/chef/chef-zero/pull/289) ([tas50](https://github.com/tas50)) - Misc cleanup for gemspec, rakefile, gemfile, and expeditor [#287](https://github.com/chef/chef-zero/pull/287) ([tas50](https://github.com/tas50)) - fixes for new chefstyle [#284](https://github.com/chef/chef-zero/pull/284) ([lamont-granquist](https://github.com/lamont-granquist)) - remove hashrocket syntax [#283](https://github.com/chef/chef-zero/pull/283) ([lamont-granquist](https://github.com/lamont-granquist)) diff --git a/VERSION b/VERSION index a03a651b..150937ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.9 \ No newline at end of file +14.0.10 \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 0fada147..347e5eac 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "14.0.9".freeze + VERSION = "14.0.10".freeze end