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 2b4ed96 commit b2f78a0Copy full SHA for b2f78a0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.363.0 - 2025-11-21
4
5
* `Aws\SecurityIR` - Add ListInvestigations and SendFeedback APIs to support SecurityIR AI agents
6
* `Aws\MailManager` - Add support for resources in the aws-eusc partition.
src/Sdk.php
@@ -827,7 +827,7 @@
827
*/
828
class Sdk
829
{
830
- const VERSION = '3.362.1';
+ const VERSION = '3.363.0';
831
832
/** @var array Arguments for creating clients */
833
private $args;
0 commit comments