diff --git a/CHANGELOG.md b/CHANGELOG.md index e374238b0b..fa9d74d0ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## next release +## 3.334.3 - 2024-12-10 * `Aws\BCMPricingCalculator` - Updated condition key inference from Workload Estimate, Bill Scenario, and Bill Estimate resources. Updated documentation links. * `Aws\finspace` - Update KxCommandLineArgument value parameter regex to allow for spaces and semicolons diff --git a/src/Sdk.php b/src/Sdk.php index d17da18bc7..d6aa577875 100644 --- a/src/Sdk.php +++ b/src/Sdk.php @@ -813,7 +813,7 @@ */ class Sdk { - const VERSION = '3.334.2'; + const VERSION = '3.334.3'; /** @var array Arguments for creating clients */ private $args;