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 1490a40 commit d897c13Copy full SHA for d897c13
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.24 - 2025-09-23
4
5
* `Aws\SSM` - Added Dualstack support to GetDeployablePatchSnapshotForInstance
6
* `Aws\SSOAdmin` - Add support for encryption at rest with Customer Managed KMS Key in AWS IAM Identity Center
src/Sdk.php
@@ -831,7 +831,7 @@
831
*/
832
class Sdk
833
{
834
- const VERSION = '3.356.23';
+ const VERSION = '3.356.24';
835
836
/** @var array Arguments for creating clients */
837
private $args;
0 commit comments