Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMcKin committed Dec 28, 2015
1 parent 15653a2 commit 39b6c10
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions HISTORY.md
Expand Up @@ -4,11 +4,17 @@ EmAws Changelog
HEAD
=======

- None yet!

1.0.0
=======

- Update to aws-skd-v1
- Update specs
- Use em-hot_tub
- Add integration tests
- EM style name space: require "em-aws"
- Support verify_response_body_content_length

0.3.2
=======
Expand All @@ -19,8 +25,8 @@ HEAD
0.3.0
=======

- requires AWS-SDK 1.9.3 for thread saftey issues in 1.9.0-1.9.2
- refactors client API to expose EM-Http-Request client options directly
- requires AWS-SDK 1.9.3 for thread safety issues in 1.9.0-1.9.2
- refactor client API to expose EM-Http-Request client options directly

0.2.9
=======
Expand Down
2 changes: 1 addition & 1 deletion lib/em-aws/version.rb
@@ -1,5 +1,5 @@
module EventMachine
module AWS
VERSION = "0.4.0.beta"
VERSION = "1.0.0"
end
end

0 comments on commit 39b6c10

Please sign in to comment.