Skip to content

Commit

Permalink
Updating version to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 1, 2024
1 parent 07dd880 commit 012d367
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .changes/3.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2024-08-01",
"version" : "3.21",
"entries" : [ {
"type" : "bugfix",
"description" : "Fix NullPointerException that may happen when re-authenticating to Amazon Q"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible"
}, {
"type" : "bugfix",
"description" : "Fix Amazon Q chat context menu actions show up in all chat windows"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box"
}, {
"type" : "bugfix",
"description" : "Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# _3.21_ (2024-08-01)
- **(Bug Fix)** Fix NullPointerException that may happen when re-authenticating to Amazon Q
- **(Bug Fix)** Amazon Q Chat: Fixing issue with the max tabs notification not being dismissible
- **(Bug Fix)** Fix Amazon Q chat context menu actions show up in all chat windows
- **(Bug Fix)** Amazon Q Chat: Fixing issue with an incorrect input cursor position in the prompt text box
- **(Bug Fix)** Amazon Q Chat: Showing/hiding the scrollbars is now controlled by the OS settings

# _3.20_ (2024-07-26)
- **(Bug Fix)** Fix Q chat not responding in 2023.2 and 2023.3

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.21-SNAPSHOT
toolkitVersion=3.21

# Publish Settings
publishToken=
Expand Down

0 comments on commit 012d367

Please sign in to comment.