From dc55ce7e4a20bf6e172218e105da5818baeef749 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 16 Mar 2018 14:18:13 +0000 Subject: Bump version to 14.0.2 by Expeditor --- 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 2ae8813..bba9bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,18 @@ # Change Log - -## [v14.0.1](https://github.com/chef/chef-zero/tree/v14.0.1) (2018-02-16) + +## [v14.0.2](https://github.com/chef/chef-zero/tree/v14.0.2) (2018-03-16) #### Merged Pull Requests -- bump required ruby version [#274](https://github.com/chef/chef-zero/pull/274) ([thommay](https://github.com/thommay)) +- Disable Hashie method override warns [#276](https://github.com/chef/chef-zero/pull/276) ([adamdecaf](https://github.com/adamdecaf)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Disable Hashie method override warns [#276](https://github.com/chef/chef-zero/pull/276) ([adamdecaf](https://github.com/adamdecaf)) - bump required ruby version [#274](https://github.com/chef/chef-zero/pull/274) ([thommay](https://github.com/thommay)) diff --git a/VERSION b/VERSION index 8d2e58b..112969d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.1 \ No newline at end of file +14.0.2 \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 16dfa19..15e2ea7 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "14.0.1" + VERSION = "14.0.2" end -- cgit v1.2.1