From 9cd56d32ef2e69edb2f4b8a9ea338d700ad9525d Mon Sep 17 00:00:00 2001 From: John Keiser Date: Wed, 7 Sep 2016 13:53:18 -0700 Subject: Bump version to 5.1.0 --- 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 adf582b..5fe7429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ # Change Log -## [5.0.0](https://github.com/chef/chef-zero/tree/5.0.0) (2016-08-24) -[Full Changelog](https://github.com/chef/chef-zero/compare/v4.9.0...5.0.0) +## [5.1.0](https://github.com/chef/chef-zero/tree/5.1.0) (2016-09-07) +[Full Changelog](https://github.com/chef/chef-zero/compare/v5.0.0...5.1.0) + +**Implemented enhancements:** + +- store ACEs by client/user [\#240](https://github.com/chef/chef-zero/pull/240) ([marcparadise](https://github.com/marcparadise)) + +## [v5.0.0](https://github.com/chef/chef-zero/tree/v5.0.0) (2016-08-24) +[Full Changelog](https://github.com/chef/chef-zero/compare/v4.9.0...v5.0.0) **Implemented enhancements:** diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb index d66a928..ad54e4b 100644 --- a/lib/chef_zero/version.rb +++ b/lib/chef_zero/version.rb @@ -1,3 +1,3 @@ module ChefZero - VERSION = "5.0.0" + VERSION = "5.1.0" end -- cgit v1.2.1