From dc14c7f2c362b538b85dff3c5f0f5451d100da62 Mon Sep 17 00:00:00 2001 From: Thom May Date: Thu, 7 Jul 2016 11:40:30 +0100 Subject: Release 4.7.1 Signed-off-by: Thom May --- CHANGELOG.md | 11 +++++++++-- lib/chef_zero/version.rb | 2 +- 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 -- cgit v1.2.1