summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/chef_zero/version.rb2
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 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release 14.0.1 -->
-## [v14.0.1](https://github.com/chef/chef-zero/tree/v14.0.1) (2018-02-16)
+<!-- latest_release 14.0.2 -->
+## [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))
<!-- latest_release -->
<!-- release_rollup since=13.1.0 -->
### 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)) <!-- 14.0.2 -->
- bump required ruby version [#274](https://github.com/chef/chef-zero/pull/274) ([thommay](https://github.com/thommay)) <!-- 14.0.1 -->
<!-- release_rollup -->
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