Skip to content

Commit

Permalink
Updating version to 1.87
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 10, 2023
1 parent 2ce8fcf commit c12e241
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/1.87.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2023-11-10",
"version" : "1.87",
"entries" : [ {
"type" : "bugfix",
"description" : "Fix issue where images in 'Authenticate' panel do not show up"
}, {
"type" : "deprecation",
"description" : "An upcoming release will remove support for JetBrains Gateway version 2023.2 and for for IDEs based on the 2022.3 platform"
} ]
}

This file was deleted.

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# _1.86_ (2023-11-08)
- **(Feature)** Added the 'Setup Authentication for AWS Toolkit' page
- **(Feature)** Added 2023.3 support
- **(Feature)** auth: support `sso_session` for profiles in AWS shared ini files
- **(Bug Fix)** CodeWhisperer: Fix an issue where an IndexOutOfBoundException could be thrown when using CodeWhisperer

# _1.85_ (2023-10-27)
- **(Feature)** CodeWhisperer: reduce auto-suggestions when there is immediate right context

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.87-SNAPSHOT
toolkitVersion=1.87

# Publish Settings
publishToken=
Expand Down

0 comments on commit c12e241

Please sign in to comment.