summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-16 14:18:13 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-16 14:18:13 +0000
commitdc55ce7e4a20bf6e172218e105da5818baeef749 (patch)
tree0291db847f612fc2af047b0a1735348e7561f4ac
parent4e81dd3b60ddd519ddac30c947d25bf09e64b5ef (diff)
downloadchef-zero-14.0.2.tar.gz
Bump version to 14.0.2 by Expeditorv14.0.2
-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