From f114b9d2436757db57a999ce6195d04c87caffc3 Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Wed, 3 Jun 2015 12:45:08 -0700 Subject: [PATCH] Preping for 0.9.4 release --- CHANGELOG.md | 11 +++++++++++ lib/kitchen/driver/ec2_version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f84737d..917ee420 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.9.4 / 2015-06-03 + +### Bug Fixes + +* Pull Request [#142][]: Fixing NoMethodError, providing logger to instance_generator + +### New Features + +### Improvements + ## 0.9.3 / 2015-05-29 ### Bug Fixes @@ -154,6 +164,7 @@ [#128]: https://github.com/test-kitchen/kitchen-ec2/issues/128 [#131]: https://github.com/test-kitchen/kitchen-ec2/issues/131 [#140]: https://github.com/test-kitchen/kitchen-ec2/issues/140 +[#142]: https://github.com/test-kitchen/kitchen-ec2/issues/142 [@Atalanta]: https://github.com/Atalanta [@Igorshp]: https://github.com/Igorshp [@JamesAwesome]: https://github.com/JamesAwesome diff --git a/lib/kitchen/driver/ec2_version.rb b/lib/kitchen/driver/ec2_version.rb index e1bf18c1..8b1f34b8 100644 --- a/lib/kitchen/driver/ec2_version.rb +++ b/lib/kitchen/driver/ec2_version.rb @@ -21,6 +21,6 @@ module Kitchen module Driver # Version string for EC2 Test Kitchen driver - EC2_VERSION = "0.10.0.dev.3" + EC2_VERSION = "0.9.4" end end