Skip to content

Commit

Permalink
2.7.24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Mar 24, 2015
1 parent 6b6663b commit 1c119a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next Release
## 2.7.24 - 2015-03-24

* `Aws\S3` - Added support for cross-region replication.
* `Aws\S3` - Added support for ["Requester Pays" buckets](http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html).
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.7.23';
const VERSION = '2.7.24';

/**
* Create a new service locator for the AWS SDK
Expand Down

0 comments on commit 1c119a1

Please sign in to comment.