summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 23:04:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 23:04:54 +0000
commit796fc65cc4dbe386949240ff15b6ef9027ee3d06 (patch)
tree14d985e61bf5f37e7b8e909bb860714042c22b10
parentde94ca867631e096ecadd811df9e52c8aa26e17d (diff)
downloadchef-zero-796fc65cc4dbe386949240ff15b6ef9027ee3d06.tar.gz
Bump version to 14.0.4 by Expeditorv14.0.4
-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 e8a3e3e..e31ed98 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.3 -->
-## [v14.0.3](https://github.com/chef/chef-zero/tree/v14.0.3) (2018-04-19)
+<!-- latest_release 14.0.4 -->
+## [v14.0.4](https://github.com/chef/chef-zero/tree/v14.0.4) (2018-04-19)
#### Merged Pull Requests
-- fix for new rubocop engine [#278](https://github.com/chef/chef-zero/pull/278) ([lamont-granquist](https://github.com/lamont-granquist))
+- remove the explicit chef gem [#279](https://github.com/chef/chef-zero/pull/279) ([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
+- remove the explicit chef gem [#279](https://github.com/chef/chef-zero/pull/279) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.4 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 3b0c3fb..25f846f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.3 \ No newline at end of file
+14.0.4 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 051040c..281b377 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.3"
+ VERSION = "14.0.4"
end