summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-06-30 12:58:10 -0700
committerTim Smith <tsmith@chef.io>2016-06-30 12:58:10 -0700
commite139695ceca57d63b644793d5518bbc96c6241d5 (patch)
tree727b4d47c37421c144cdf17529b9528baa831a36
parent79672726467fbcad554dba88ce5e5cd37d72fb48 (diff)
downloadchef-zero-e139695ceca57d63b644793d5518bbc96c6241d5.tar.gz
Release 4.7.0
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md22
-rw-r--r--lib/chef_zero/version.rb2
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