Skip to content

Commit efb08ad

Browse files
3.277.10 release
1 parent eb0ede3 commit efb08ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.277.10 - 2023-08-07
44

55
* `Aws\` - Removes validation of supplying the `version` configuration option to client constructors, defaulting to 'latest'`
66
* `Aws\Rekognition` - This release adds code snippets for Amazon Rekognition Custom Labels.

src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@
711711
*/
712712
class Sdk
713713
{
714-
const VERSION = '3.277.9';
714+
const VERSION = '3.277.10';
715715

716716
/** @var array Arguments for creating clients */
717717
private $args;

0 commit comments

Comments
 (0)