We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968a7b8 commit 3b7777eCopy full SHA for 3b7777e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.19.31 - 2016-11-21
4
5
* `Aws\CloudTrail` - Added support for S3 data plane operations
6
* `Aws\Ecs` - Added support for new "version" field for tasks and container instances
src/Sdk.php
@@ -155,7 +155,7 @@
155
*/
156
class Sdk
157
{
158
- const VERSION = '3.19.30';
+ const VERSION = '3.19.31';
159
160
/** @var array Arguments for creating clients */
161
private $args;
0 commit comments