summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 19:18:23 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 19:18:23 +0000
commit5c0ce1a422a8f4cd078059a7c8c4d5d0c6017a31 (patch)
tree2f2e6083668cf00ae10ab0861e848faaef25b428
parentac21f5dcc315b646f88145d46deb2ff7a7a7dc20 (diff)
downloadchef-zero-5c0ce1a422a8f4cd078059a7c8c4d5d0c6017a31.tar.gz
Bump version to 14.0.3 by Expeditorv14.0.3
-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 bba9bb3..e8a3e3e 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.2 -->
-## [v14.0.2](https://github.com/chef/chef-zero/tree/v14.0.2) (2018-03-16)
+<!-- latest_release 14.0.3 -->
+## [v14.0.3](https://github.com/chef/chef-zero/tree/v14.0.3) (2018-04-19)
#### Merged Pull Requests
-- Disable Hashie method override warns [#276](https://github.com/chef/chef-zero/pull/276) ([adamdecaf](https://github.com/adamdecaf))
+- fix for new rubocop engine [#278](https://github.com/chef/chef-zero/pull/278) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=13.1.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- fix for new rubocop engine [#278](https://github.com/chef/chef-zero/pull/278) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.3 -->
- 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 112969d..3b0c3fb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.2 \ No newline at end of file
+14.0.3 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 15e2ea7..051040c 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.2"
+ VERSION = "14.0.3"
end