From e139695ceca57d63b644793d5518bbc96c6241d5 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 30 Jun 2016 12:58:10 -0700 Subject: Release 4.7.0 Signed-off-by: Tim Smith --- CHANGELOG.md | 22 ++++++++++++++++------ lib/chef_zero/version.rb | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d49fd1..9a16312 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,25 @@ # Change Log -## [4.6.2](https://github.com/chef/chef-zero/tree/4.6.2) (2016-04-28) -[Full Changelog](https://github.com/chef/chef-zero/compare/v4.6.1...4.6.2) +## [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) + +**Implemented enhancements:** + +- Add external\_authentication\_uid to actors endpoint for querying [\#217](https://github.com/chef/chef-zero/pull/217) ([kmacgugan](https://github.com/kmacgugan)) + +**Merged pull requests:** + +- Depend on rack \< 2 to restore Ruby 2.1 compat [\#219](https://github.com/chef/chef-zero/pull/219) ([tas50](https://github.com/tas50)) + +## [v4.6.2](https://github.com/chef/chef-zero/tree/v4.6.2) (2016-04-28) +[Full Changelog](https://github.com/chef/chef-zero/compare/v4.6.1...v4.6.2) **Fixed bugs:** - Log responses only at debug log level [\#216](https://github.com/chef/chef-zero/pull/216) ([stevendanna](https://github.com/stevendanna)) - -## [4.6.1](https://github.com/chef/chef-zero/tree/4.6.1) (2016-04-14) -[Full Changelog](https://github.com/chef/chef-zero/compare/v4.6.0...4.6.1) +## [v4.6.1](https://github.com/chef/chef-zero/tree/v4.6.1) (2016-04-14) +[Full Changelog](https://github.com/chef/chef-zero/compare/v4.6.0...v4.6.1) **Fixed bugs:** @@ -552,4 +562,4 @@ ## [v0.9](https://github.com/chef/chef-zero/tree/v0.9) (2012-12-24) -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index 7f174db..5e91e30 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = '4.6.2' + VERSION = '4.7.0' end -- cgit v1.2.1