summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-07-07 11:40:30 +0100
committerThom May <thom@may.lt>2016-07-07 11:40:30 +0100
commitdc14c7f2c362b538b85dff3c5f0f5451d100da62 (patch)
treea15bb0573e1402dc25625fbba9ee1bd2b8baf0c5
parented541bb9ed7b2f96bb9f4974195c3392de87b511 (diff)
downloadchef-zero-dc14c7f2c362b538b85dff3c5f0f5451d100da62.tar.gz
Release 4.7.1v4.7.1
Signed-off-by: Thom May <thom@may.lt>
-rw-r--r--CHANGELOG.md11
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 10 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a16312..8627141 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,14 @@
# Change Log
-## [4.7.0](https://github.com/chef/chef-zero/tree/4.7.0) (2016-06-30)
-[Full Changelog](https://github.com/chef/chef-zero/compare/v4.6.2...4.7.0)
+## [4.7.1](https://github.com/chef/chef-zero/tree/4.7.1) (2016-07-07)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.7.0...4.7.1)
+
+**Implemented enhancements:**
+
+- Downgrade info log message to debug [\#221](https://github.com/chef/chef-zero/pull/221) ([stanhu](https://github.com/stanhu))
+
+## [v4.7.0](https://github.com/chef/chef-zero/tree/v4.7.0) (2016-06-30)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.6.2...v4.7.0)
**Implemented enhancements:**
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 5e91e30..d39f82c 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.7.0'
+ VERSION = '4.7.1'
end