Skip to content

Commit

Permalink
Updating version to 3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 29, 2024
1 parent 170ff98 commit caf0e77
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/3.25.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2024-08-29",
"version" : "3.25",
"entries" : [ {
"type" : "bugfix",
"description" : "Fix bug where text with inline code copied from Amazon Q Chat had new line breaks around the inline code text"
}, {
"type" : "bugfix",
"description" : "Fix bug when disabled commands does not get filtered in quick actions"
} ]
}

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# _3.25_ (2024-08-29)
- **(Bug Fix)** Fix bug where text with inline code copied from Amazon Q Chat had new line breaks around the inline code text
- **(Bug Fix)** Fix bug when disabled commands does not get filtered in quick actions

# _3.24_ (2024-08-22)
- **(Feature)** Add notification for IdC users on extended session
- **(Bug Fix)** Amazon Q: update login logo styling
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.25-SNAPSHOT
toolkitVersion=3.25

# Publish Settings
publishToken=
Expand Down

0 comments on commit caf0e77

Please sign in to comment.