summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Danna <steve@chef.io>2016-04-28 10:08:34 +0100
committerSteven Danna <steve@chef.io>2016-04-28 10:08:34 +0100
commitf6f92e14d17ec7ad6858aea98ef8a5a05f92b6fc (patch)
tree6a8e9646786207e0b2f9834d7f7a7807cb42b7e8
parentf99b850dd56477bb66800709deef7ad37e4a6609 (diff)
downloadchef-zero-f6f92e14d17ec7ad6858aea98ef8a5a05f92b6fc.tar.gz
Release v4.6.2v4.6.2
-rw-r--r--CHANGELOG.md10
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec809be..3d49fd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# 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)
+
+**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)
@@ -544,4 +552,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)* \ No newline at end of file
+\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 0854858..7f174db 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.6.1'
+ VERSION = '4.6.2'
end