Skip to content

Commit 3b7777e

Browse files
committed
3.19.31 release
1 parent 968a7b8 commit 3b7777e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.19.31 - 2016-11-21
44

55
* `Aws\CloudTrail` - Added support for S3 data plane operations
66
* `Aws\Ecs` - Added support for new "version" field for tasks and container instances

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
*/
156156
class Sdk
157157
{
158-
const VERSION = '3.19.30';
158+
const VERSION = '3.19.31';
159159

160160
/** @var array Arguments for creating clients */
161161
private $args;

0 commit comments

Comments
 (0)