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 554d4cd commit 754b25dCopy full SHA for 754b25d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.359.9 - 2025-11-10
4
5
* `Aws\DSQL` - Cluster endpoint added to CreateCluster and GetCluster API responses
6
* `Aws\Invoicing` - Added new invoicing get-invoice-pdf API Operation
src/Sdk.php
@@ -819,7 +819,7 @@
819
*/
820
class Sdk
821
{
822
- const VERSION = '3.359.8';
+ const VERSION = '3.359.9';
823
824
/** @var array Arguments for creating clients */
825
private $args;
0 commit comments