Skip to content

Commit

Permalink
Updating version to 1.86
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 8, 2023
1 parent ed84412 commit 24c13f9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
17 changes: 17 additions & 0 deletions .changes/1.86.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"date" : "2023-11-08",
"version" : "1.86",
"entries" : [ {
"type" : "feature",
"description" : "Added the 'Setup Authentication for AWS Toolkit' page"
}, {
"type" : "feature",
"description" : "Added 2023.3 support"
}, {
"type" : "feature",
"description" : "auth: support `sso_session` for profiles in AWS shared ini files"
}, {
"type" : "bugfix",
"description" : "CodeWhisperer: Fix an issue where an IndexOutOfBoundException could be thrown when using CodeWhisperer"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# _1.85_ (2023-10-27)
- **(Feature)** CodeWhisperer: reduce auto-suggestions when there is immediate right context

# _1.84_ (2023-10-17)
- **(Feature)** Public preview for CodeWhisperer Enterprise: Enterprise customers can now customize CodeWhisperer to adopt and suggest code based on organization specific codebases.

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=1.86-SNAPSHOT
toolkitVersion=1.86

# Publish Settings
publishToken=
Expand Down

0 comments on commit 24c13f9

Please sign in to comment.