Skip to content

Commit

Permalink
Bumped to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Blas committed Mar 11, 2011
1 parent d07c29b commit 0fc1da3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
0.4.2:
* Added support for ReplyToAddresses, Destinations, and Source (pzb)
* Added custom User-Agent header (pzb)
* Widespread doc updates

0.4.1:
* Removed many unneeded monkeypatch extensions
* Tests ( and gem ) run in 1.9.2
Expand Down
1 change: 1 addition & 0 deletions README.erb
Expand Up @@ -89,3 +89,4 @@ Special thanks to Marcel Molina Jr. for his creation of AWS::S3 which I used por
* nathanbertram
* sshaw
* teeparham (documentation)
* pzb
3 changes: 2 additions & 1 deletion README.rdoc
Expand Up @@ -192,4 +192,5 @@ Special thanks to Marcel Molina Jr. for his creation of AWS::S3 which I used por
* croaky
* nathanbertram
* sshaw
* teeparham (documentation)
* teeparham (documentation)
* pzb
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.4.1
0.4.2
2 changes: 1 addition & 1 deletion lib/aws/ses/version.rb
Expand Up @@ -3,7 +3,7 @@ module SES
module VERSION #:nodoc:
MAJOR = '0'
MINOR = '4'
TINY = '1'
TINY = '2'
BETA = Time.now.to_i.to_s
end

Expand Down

0 comments on commit 0fc1da3

Please sign in to comment.