Skip to content

Commit 7c00779

Browse files
3.87.2 release
1 parent 13435a9 commit 7c00779

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.87.2 - 2019-01-25
44

55
* `Aws\CodeCommit` - The PutFile API will now throw new exception FilePathConflictsWithSubmodulePathException when a submodule exists at the input file path; PutFile API will also throw FolderContentSizeLimitExceededException when the total size of any folder on the path exceeds the limit as a result of the operation.
66
* `Aws\DeviceFarm` - Introduces a new rule in Device Pools - "Availability". Customers can now ensure they pick devices that are available (i.e., not being used by other customers).

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
*/
348348
class Sdk
349349
{
350-
const VERSION = '3.87.1';
350+
const VERSION = '3.87.2';
351351

352352
/** @var array Arguments for creating clients */
353353
private $args;

0 commit comments

Comments
 (0)