Skip to content

Commit

Permalink
Preping for 0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-ball committed Jun 3, 2015
1 parent 02dc5b4 commit f114b9d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/ec2_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f114b9d

Please sign in to comment.