Skip to content

Commit a5e9ba2

Browse files
3.342.23 release
1 parent 34cf190 commit a5e9ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.342.23 - 2025-04-08
44

55
* `Aws\CostExplorer` - This release supports Pagination traits on Cost Anomaly Detection APIs.
66
* `Aws\CostOptimizationHub` - This release adds resource type "MemoryDbReservedInstances" and resource type "DynamoDbReservedCapacity" to the GetRecommendation, ListRecommendations, and ListRecommendationSummaries APIs to support new MemoryDB and DynamoDB RI recommendations.

‎src/Sdk.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
*/
814814
class Sdk
815815
{
816-
const VERSION = '3.342.22';
816+
const VERSION = '3.342.23';
817817

818818
/** @var array Arguments for creating clients */
819819
private $args;

0 commit comments

Comments
 (0)