Skip to content

Commit a6e1997

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.9
1 parent 54c2301 commit a6e1997

9 files changed

+32
-25
lines changed

.changes/3.9.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2024-06-06",
3+
"version" : "3.9",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "feat(featureDev): generated plan being shown from top"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q Code Transform: Communicate download failure in transform chat, and improve download failure notification"
10+
}, {
11+
"type" : "feature",
12+
"description" : "CodeTransformation: increase project upload limit to 2GB"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Security Scan: Improved method of applying security fixes"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Security Scan: Improved accuracy when applying security fixes"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Security Scan: Fixes inconsistent behavior with how security issues are underlined in the editor."
22+
} ]
23+
}

.changes/next-release/bugfix-04f91235-8b99-45c3-a4bd-096c530739af.json

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

.changes/next-release/bugfix-6862d9d5-751a-40c6-a907-53478af6991c.json

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

.changes/next-release/bugfix-ab6b33d4-cd91-4add-a0fb-d3aaa27cbca0.json

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

.changes/next-release/feature-52ffb9f0-9bcd-4208-a6d4-21849c9f03e5.json

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

.changes/next-release/feature-751c6024-4e83-46c2-bbd3-d6222d39afe8.json

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

.changes/next-release/feature-f62d25d9-cb3b-4bb4-af7c-5ec6dd7ad277.json

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _3.9_ (2024-06-06)
2+
- **(Feature)** feat(featureDev): generated plan being shown from top
3+
- **(Feature)** Amazon Q Code Transform: Communicate download failure in transform chat, and improve download failure notification
4+
- **(Feature)** CodeTransformation: increase project upload limit to 2GB
5+
- **(Bug Fix)** Security Scan: Improved method of applying security fixes
6+
- **(Bug Fix)** Security Scan: Improved accuracy when applying security fixes
7+
- **(Bug Fix)** Security Scan: Fixes inconsistent behavior with how security issues are underlined in the editor.
8+
19
# _3.8_ (2024-05-30)
210
- **(Bug Fix)** fix(featureDev): File Rejection stopped working
311
- **(Bug Fix)** Amazon Q Feature Development: Update error message when repo size larger than 200 megabytes

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.9-SNAPSHOT
5+
toolkitVersion=3.9
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)