Skip to content

Commit

Permalink
2.7.23 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Mar 19, 2015
1 parent 5eb1aa7 commit a318717
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## 2.7.23 - 2015-03-19

* `Aws\ElasticTranscoder` - API update to support AppliedColorSpaceConversion.
* `Aws\CloudSearchDomain` - Adding 504 status code to retry list.

## 2.7.22 - 2015-03-12

* `Aws\CloudFront` - Fixed #482, which affected pre-signing CloudFront URLs.
Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.7.22';
const VERSION = '2.7.23';

/**
* Create a new service locator for the AWS SDK
Expand Down
Expand Up @@ -2081,6 +2081,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
'Outputs' => array(
Expand Down Expand Up @@ -2338,6 +2341,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -3032,6 +3038,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
'Outputs' => array(
Expand Down Expand Up @@ -3289,6 +3298,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -3676,6 +3688,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
'Outputs' => array(
Expand Down Expand Up @@ -3933,6 +3948,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -4625,6 +4643,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
'Outputs' => array(
Expand Down Expand Up @@ -4882,6 +4903,9 @@
),
),
),
'AppliedColorSpaceConversion' => array(
'type' => 'string',
),
),
),
),
Expand Down

0 comments on commit a318717

Please sign in to comment.