Skip to content

Commit add1628

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.3
1 parent c137de9 commit add1628

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.changes/3.3.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2024-05-14",
3+
"version" : "3.3",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Don't use `authorization_grant` when performing SSO login with legacy SSO or non-commercial AWS regions"
7+
} ]
8+
}

.changes/next-release/bugfix-d292b6b8-2f2d-4937-ab51-73e9aa47bab0.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# _3.3_ (2024-05-14)
2+
- **(Bug Fix)** Don't use `authorization_grant` when performing SSO login with legacy SSO or non-commercial AWS regions
3+
14
# _3.2_ (2024-05-13)
25
- **(Feature)** Amazon Q: Updated status bar icons including an explicit icon for an unconnected state
36
- **(Feature)** Human in the loop - Adding human intervention to help update dependencies during the Amazon Q Transformation process

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.3-SNAPSHOT
5+
toolkitVersion=3.3
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)