Skip to content

Commit c12e241

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.87
1 parent 2ce8fcf commit c12e241

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

.changes/1.87.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2023-11-10",
3+
"version" : "1.87",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue where images in 'Authenticate' panel do not show up"
7+
}, {
8+
"type" : "deprecation",
9+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2023.2 and for for IDEs based on the 2022.3 platform"
10+
} ]
11+
}

.changes/next-release/bugfix-23fbe63d-b872-48ab-b311-339c4785b471.json

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

.changes/next-release/deprecation-2c7d6d91-a8c1-41bc-a17f-024b045c7704.json

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# _1.86_ (2023-11-08)
2+
- **(Feature)** Added the 'Setup Authentication for AWS Toolkit' page
3+
- **(Feature)** Added 2023.3 support
4+
- **(Feature)** auth: support `sso_session` for profiles in AWS shared ini files
5+
- **(Bug Fix)** CodeWhisperer: Fix an issue where an IndexOutOfBoundException could be thrown when using CodeWhisperer
6+
17
# _1.85_ (2023-10-27)
28
- **(Feature)** CodeWhisperer: reduce auto-suggestions when there is immediate right context
39

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

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)