summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47d01a0..438f13a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Change Log
+## [4.3.1](https://github.com/chef/chef-zero/tree/v4.3.1) (2015-09-29)
+
+- Don't return invalid admin="true" for clients [\#166](https://github.com/chef/chef-zero/pull/155) ([jkeiser](https://github.com/jkeiser])
+
## [4.3.0](https://github.com/chef/chef-zero/tree/v4.3.0) (2015-09-02)
[Full Changelog](https://github.com/chef/chef-zero/compare/v4.2.3...v4.3.0)
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 4c7dc6b..4a1d426 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.3.0'
+ VERSION = '4.3.1'
end