summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-08-11 13:34:04 +0100
committerThom May <thom@chef.io>2016-08-11 13:34:04 +0100
commit36a7c49deee43143aa78cb0864f021a60f37d534 (patch)
tree5dd57800caf2e26d5cebaadb94175db028178102
parentb07062d25469b82b7c21b368fa439cc2c89d4ee6 (diff)
downloadchef-zero-tm/4_9_0.tar.gz
Release 4.9.0tm/4_9_0
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--CHANGELOG.md12
-rw-r--r--lib/chef_zero/version.rb2
2 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfcc589..4f0bbee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,15 @@
# Change Log
-## [4.8.0](https://github.com/chef/chef-zero/tree/4.8.0) (2016-07-25)
-[Full Changelog](https://github.com/chef/chef-zero/compare/v4.7.1...4.8.0)
+## [4.9.0](https://github.com/chef/chef-zero/tree/4.9.0) (2016-08-11)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.8.0...4.9.0)
+
+**Fixed bugs:**
+
+- Connect to chef zero default port in the playground [\#229](https://github.com/chef/chef-zero/pull/229) ([thommay](https://github.com/thommay))
+- Correct ruby syntax error to make script usable [\#228](https://github.com/chef/chef-zero/pull/228) ([AntonOfTheWoods](https://github.com/AntonOfTheWoods))
+
+## [v4.8.0](https://github.com/chef/chef-zero/tree/v4.8.0) (2016-07-25)
+[Full Changelog](https://github.com/chef/chef-zero/compare/v4.7.1...v4.8.0)
**Implemented enhancements:**
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index 77fff14..07bd466 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "4.8.0"
+ VERSION = "4.9.0"
end