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 c76777c commit 7bdc3c7Copy full SHA for 7bdc3c7
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.4 - 2025-08-25
4
5
* `Aws\OpsWorks` - Removes the OpsWorks service, which has reached end-of-life.
6
* `Aws\WellArchitected` - Remove incorrect endpoint tests
src/Sdk.php
@@ -835,7 +835,7 @@
835
*/
836
class Sdk
837
{
838
- const VERSION = '3.356.3';
+ const VERSION = '3.356.4';
839
840
/** @var array Arguments for creating clients */
841
private $args;
0 commit comments