We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb0ede3 commit efb08adCopy full SHA for efb08ad
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.277.10 - 2023-08-07
4
5
* `Aws\` - Removes validation of supplying the `version` configuration option to client constructors, defaulting to 'latest'`
6
* `Aws\Rekognition` - This release adds code snippets for Amazon Rekognition Custom Labels.
src/Sdk.php
@@ -711,7 +711,7 @@
711
*/
712
class Sdk
713
{
714
- const VERSION = '3.277.9';
+ const VERSION = '3.277.10';
715
716
/** @var array Arguments for creating clients */
717
private $args;
0 commit comments