summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md19
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f9ada89..c5a67db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log
+## [13.0.0](https://github.com/chef/chef-zero/tree/13.0.0) (2017-04-03)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v5.3.2...13.0.0)
+
+**Merged pull requests:**
+
+- Remove cookbook segments [\#250](https://github.com/chef/chef-zero/pull/250) ([thommay](https://github.com/thommay))
+
+## [v5.3.2](https://github.com/chef/chef-zero/tree/v5.3.2) (2017-03-28)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v5.3.1...v5.3.2)
+
+**Merged pull requests:**
+
+- fix hardcoded default acls to match chef-server [\#257](https://github.com/chef/chef-zero/pull/257) ([srenatus](https://github.com/srenatus))
+
+## [v5.3.1](https://github.com/chef/chef-zero/tree/v5.3.1) (2017-03-08)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v5.3.0...v5.3.1)
+
## [v5.3.0](https://github.com/chef/chef-zero/tree/v5.3.0) (2017-02-02)
[Full Changelog](https://github.com/chef/chef-zero/compare/v5.2.0...v5.3.0)
@@ -508,6 +525,8 @@
[Full Changelog](https://github.com/chef/chef-zero/compare/v0.9...v0.9.1)
## [v0.9](https://github.com/chef/chef-zero/tree/v0.9) (2012-12-24)
+[Full Changelog](https://github.com/chef/chef-zero/compare/666374b272a8851a2c57530a71a6183d4d06a648...v0.9)
+
\* *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 e1c63fa..2225959 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "5.3.2"
+ VERSION = "13.0.0"
end