Skip to content

Commit 483fba5

Browse files
3.373.2 release
1 parent c79ccbd commit 483fba5

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.373.2 - 2026-03-13
44

55
* `Aws\ConfigService` - Fix pagination support for DescribeConformancePackCompliance, and update OrganizationConfigRule InputParameters max length to match ConfigRule.
66
* `Aws\mgn` - Network Migration APIs are now publicly available for direct programmatic access. Customers can now call Network Migration APIs directly without going through AWS Transform (ATX), enabling automation, integration with existing tools, and self-service migration workflows.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
*/
840840
class Sdk
841841
{
842-
const VERSION = '3.373.1';
842+
const VERSION = '3.373.2';
843843

844844
/** @var array Arguments for creating clients */
845845
private $args;

0 commit comments

Comments
 (0)