Skip to content

Commit e179e63

Browse files
3.351.10 release
1 parent 0962a3e commit e179e63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.351.10 - 2025-07-30
44

55
* `Aws\Api` - Updates for deserialization in all protocols
66
* `Aws\DirectoryService` - This release adds support for AWS Managed Microsoft AD Hybrid Edition, introducing new operations: StartADAssessment, DescribeADAssessment, ListADAssessments, DeleteADAssessment, CreateHybridAD, UpdateHybridAD, and DescribeHybridADUpdate; and updated existing operation: DescribeDirectories.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
*/
832832
class Sdk
833833
{
834-
const VERSION = '3.351.9';
834+
const VERSION = '3.351.10';
835835

836836
/** @var array Arguments for creating clients */
837837
private $args;

0 commit comments

Comments
 (0)