summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-20 22:12:50 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-20 22:12:50 +0000
commit86e4132cb5e9987c9db0c29fd74f7a0a2ff4abab (patch)
tree0b2337b51615397f389af0fbdd5b98f028bcd128
parentb83e3759e3f7e306abee5fab4f20f6563785484d (diff)
downloadchef-zero-86e4132cb5e9987c9db0c29fd74f7a0a2ff4abab.tar.gz
Bump version to 14.0.5 by Expeditorv14.0.5
-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 e31ed98..bd6ca70 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.4 -->
-## [v14.0.4](https://github.com/chef/chef-zero/tree/v14.0.4) (2018-04-19)
+<!-- latest_release 14.0.5 -->
+## [v14.0.5](https://github.com/chef/chef-zero/tree/v14.0.5) (2018-04-20)
#### Merged Pull Requests
-- remove the explicit chef gem [#279](https://github.com/chef/chef-zero/pull/279) ([lamont-granquist](https://github.com/lamont-granquist))
+- reinstate the default chef gem pin [#280](https://github.com/chef/chef-zero/pull/280) ([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
+- reinstate the default chef gem pin [#280](https://github.com/chef/chef-zero/pull/280) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 14.0.5 -->
- 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 -->
diff --git a/VERSION b/VERSION
index 25f846f..6dbeddf 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.4 \ No newline at end of file
+14.0.5 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 281b377..6374cba 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "14.0.4"
+ VERSION = "14.0.5"
end