Skip to content

Commit 2025db0

Browse files
3.235.1 release
1 parent 8ca4021 commit 2025db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.235.1 - 2022-09-02
44

55
* `Aws\CognitoIdentityProvider` - This release adds a new "AuthSessionValidity" field to the UserPoolClient in Cognito. Application admins can configure this value for their users' authentication duration, which is currently fixed at 3 minutes, up to 15 minutes. Setting this field will also apply to the SMS MFA authentication flow.
66
* `Aws\Connect` - This release adds search APIs for Routing Profiles and Queues, which can be used to search for those resources within a Connect Instance.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
*/
636636
class Sdk
637637
{
638-
const VERSION = '3.235.0';
638+
const VERSION = '3.235.1';
639639

640640
/** @var array Arguments for creating clients */
641641
private $args;

0 commit comments

Comments
 (0)