Skip to content

Commit bf8287b

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.72
1 parent 03d90c2 commit bf8287b

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

.changes/1.72.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2023-07-11",
3+
"version" : "1.72",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "CodeWhisperer: Improve suggestion quality with enhanced file context fetching"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix AWS Lambda configuration window resize (#3657)"
10+
} ]
11+
}

.changes/next-release/bugfix-02fad4f1-0508-46b6-bd75-d3b0945e083a.json

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

.changes/next-release/feature-581591a9-066f-4696-bc5c-1eb8cd01b642.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+
# _1.71_ (2023-07-06)
2+
- **(Bug Fix)** Fix inproper request format when sending empty supplemental context
3+
14
# _1.70_ (2023-06-27)
25
- **(Feature)** CodeWhisperer improves auto-suggestions for tsx and jsx
36
- **(Bug Fix)** Show re-authenticate prompt when invoking CodeWhisperer APIs while connection expired

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

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)