We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca983a9 commit b2d04cfCopy full SHA for b2d04cf
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.369.1 - 2025-12-22
4
5
* `Aws\` - Allow `stdClass` in `Validator` for document types for empty documents to be encoded as JSON objects rather than arrays.
6
* `Aws\GuardDuty` - Make accountIds a required field in GetRemainingFreeTrialDays API to reflect service behavior.
src/Sdk.php
@@ -837,7 +837,7 @@
837
*/
838
class Sdk
839
{
840
- const VERSION = '3.369.0';
+ const VERSION = '3.369.1';
841
842
/** @var array Arguments for creating clients */
843
private $args;
0 commit comments