Skip to content

Commit 3b4fa21

Browse files
3.334.5 release
1 parent 969815e commit 3b4fa21

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.334.5 - 2024-12-12
44

55
* `Aws\Route53Domains` - This release includes the following API updates: added the enumeration type RESTORE_DOMAIN to the OperationType; constrained the Price attribute to non-negative values; updated the LangCode to allow 2 or 3 alphabetical characters.
66
* `Aws\GuardDuty` - Improved descriptions for certain APIs.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@
813813
*/
814814
class Sdk
815815
{
816-
const VERSION = '3.334.4';
816+
const VERSION = '3.334.5';
817817

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

0 commit comments

Comments
 (0)