We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70776c commit 8ee5c1fCopy full SHA for 8ee5c1f
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.30 - 2025-10-01
4
5
* `Aws\IVSRealTime` - Remove incorrect ReadOnly trait on IVS RealTime ImportPublicKey API
6
* `Aws\PCS` - Added the UpdateCluster API action to modify cluster configurations, and Slurm custom settings for queues.
src/Sdk.php
@@ -831,7 +831,7 @@
831
*/
832
class Sdk
833
{
834
- const VERSION = '3.356.29';
+ const VERSION = '3.356.30';
835
836
/** @var array Arguments for creating clients */
837
private $args;
0 commit comments