Skip to content

Commit e686381

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.17
1 parent d26035b commit e686381

6 files changed

+20
-13
lines changed

.changes/2.17.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-04-04",
3+
"version" : "2.17",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix \"null\" appearing in feedback dialog prompts"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Code Transformation - Omit Maven metadata files when uploading dependencies to fix certain build failures in backend."
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Code Transformation: use actual project JDK when transforming project"
13+
} ]
14+
}

.changes/next-release/bugfix-377fc457-b3a0-4326-9aed-ed5878f75bd5.json

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

.changes/next-release/bugfix-ee74fabd-d45c-4ba6-88d3-adecf651b6ed.json

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

.changes/next-release/bugfix-f6bfb7e9-f7bd-44e0-8878-2159b82c240f.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _2.17_ (2024-04-04)
2+
- **(Bug Fix)** Fix "null" appearing in feedback dialog prompts
3+
- **(Bug Fix)** Amazon Q Code Transformation - Omit Maven metadata files when uploading dependencies to fix certain build failures in backend.
4+
- **(Bug Fix)** Amazon Q Code Transformation: use actual project JDK when transforming project
5+
16
# _2.16_ (2024-03-29)
27
- **(Bug Fix)** Fix issue where Amazon Q Chat does not appear in IDEs other than IntelliJ IDEA ([#4218](https://github.com/aws/aws-toolkit-jetbrains/issues/4218))
38

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=2.17-SNAPSHOT
5+
toolkitVersion=2.17
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)