We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d34abd6 commit 2f4e85dCopy full SHA for 2f4e85d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.339.2 - 2025-01-29
4
5
* `Aws\ECR` - Add support for Dualstack and Dualstack-with-FIPS Endpoints
6
* `Aws\S3` - Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
src/Sdk.php
@@ -811,7 +811,7 @@
811
*/
812
class Sdk
813
{
814
- const VERSION = '3.339.1';
+ const VERSION = '3.339.2';
815
816
/** @var array Arguments for creating clients */
817
private $args;
0 commit comments