Skip to content

Commit b9a4f2f

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.1
1 parent d1406f7 commit b9a4f2f

7 files changed

+21
-17
lines changed

.changes/2.1.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2023-12-04",
3+
"version" : "2.1",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "CodeWhisperer: Simplify Learn More page"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "CodeWhisperer: Security scans for Java no longer require build artifacts"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Amazon Q Transform: Fix an issue where the IDE may freeze after clicking \"Transform\""
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix JetBrains Gateway specific notifications being shown in non-Gateway IDEs"
16+
} ]
17+
}

.changes/next-release/bugfix-0451fd5a-678f-4947-b678-50fc9ce28eb5.json

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

.changes/next-release/bugfix-b48efe91-6724-4e8e-a154-26f74a51f4bc.json

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

.changes/next-release/bugfix-bc9d5b67-1e0b-4c59-b153-8a0afb1148b2.json

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

.changes/next-release/feature-883dd051-3b36-46ea-aea8-12ff3f82c226.json

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# _2.0_ (2023-11-28)
2+
- **(Feature)** Support for Amazon Q, your generative AI–powered assistant designed for work that can be tailored to your business, code, data, and operations.
3+
14
# _1.89_ (2023-11-26)
25
- **(Feature)** CodeWhisperer: Uses Generative AI and automated reasoning to rewrite lines of code flagged for security vulnerabilities during a security scan.
36
- **(Feature)** CodeWhisperer now supports new IaC languages: JSON, YAML and Terraform.

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.1-SNAPSHOT
5+
toolkitVersion=2.1
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)