summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-02 16:01:35 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-02 16:01:35 -0700
commitc1fbbe7bc12b4a778cf63de083bf0d69c90bf579 (patch)
tree12bc936c991b5c2cb4e6a7550d54f3143b6e4864
parent50ece19c58cb8ab6f5ec98f51cb4a5358b5c3c40 (diff)
downloadchef-zero-c1fbbe7bc12b4a778cf63de083bf0d69c90bf579.tar.gz
Release 4.3.0v4.3.0
-rw-r--r--CHANGELOG.md6
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cf12d2..47d01a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
# Change Log
-## [Unreleased](https://github.com/chef/chef-zero/tree/HEAD)
+## [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...HEAD)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.2.3...v4.3.0)
**Implemented enhancements:**
@@ -457,4 +457,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 274c30f..4c7dc6b 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = '4.2.3'
+ VERSION = '4.3.0'
end