Skip to content

Commit 012d367

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.21
1 parent 07dd880 commit 012d367

8 files changed

+28
-21
lines changed

.changes/3.21.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2024-08-01",
3+
"version" : "3.21",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix NullPointerException that may happen when re-authenticating to Amazon Q"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix Amazon Q chat context menu actions show up in all chat windows"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings"
19+
} ]
20+
}

.changes/next-release/bugfix-210408e8-f7a8-472e-921c-3757f9af0032.json

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

.changes/next-release/bugfix-3cd83457-8f62-41f1-9a92-4958a819edcd.json

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

.changes/next-release/bugfix-5fe1eb51-f0eb-4029-a003-35e6322cef48.json

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

.changes/next-release/bugfix-79bc98f0-1078-4794-8041-e85946396364.json

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

.changes/next-release/bugfix-9df996b9-97d4-4df0-af4c-8c641b4eba16.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _3.21_ (2024-08-01)
2+
- **(Bug Fix)** Fix NullPointerException that may happen when re-authenticating to Amazon Q
3+
- **(Bug Fix)** Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible
4+
- **(Bug Fix)** Fix Amazon Q chat context menu actions show up in all chat windows
5+
- **(Bug Fix)** Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box
6+
- **(Bug Fix)** Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings
7+
18
# _3.20_ (2024-07-26)
29
- **(Bug Fix)** Fix Q chat not responding in 2023.2 and 2023.3
310

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.21-SNAPSHOT
5+
toolkitVersion=3.21
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)