Skip to content

Commit 0ca19a4

Browse files
3.392.3 release
1 parent e628d1a commit 0ca19a4

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.392.3 - 2026-08-14
44

55
* `Aws\RedshiftServerless` - Amazon Redshift now unlocks a locked admin user account and resets the failed-login counter when you update the admin password using the UpdateNamespace API. This option is available only when account lockout security is enabled.
66
* `Aws\Glue` - Added support for associating glossary terms with iterable form items, such as table columns.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
*/
866866
class Sdk
867867
{
868-
const VERSION = '3.392.2';
868+
const VERSION = '3.392.3';
869869

870870
/** @var array Arguments for creating clients */
871871
private $args;

0 commit comments

Comments
 (0)