diff --git a/.changes/1.87.json b/.changes/1.87.json new file mode 100644 index 0000000000..007d2b15ba --- /dev/null +++ b/.changes/1.87.json @@ -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" + } ] +} \ No newline at end of file diff --git a/.changes/next-release/bugfix-23fbe63d-b872-48ab-b311-339c4785b471.json b/.changes/next-release/bugfix-23fbe63d-b872-48ab-b311-339c4785b471.json deleted file mode 100644 index d7aa437355..0000000000 --- a/.changes/next-release/bugfix-23fbe63d-b872-48ab-b311-339c4785b471.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type" : "bugfix", - "description" : "Fix issue where images in 'Authenticate' panel do not show up" -} \ No newline at end of file diff --git a/.changes/next-release/deprecation-2c7d6d91-a8c1-41bc-a17f-024b045c7704.json b/.changes/next-release/deprecation-2c7d6d91-a8c1-41bc-a17f-024b045c7704.json deleted file mode 100644 index fa56061e1a..0000000000 --- a/.changes/next-release/deprecation-2c7d6d91-a8c1-41bc-a17f-024b045c7704.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7fb5bb22..dcbde49945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/gradle.properties b/gradle.properties index 901b0ec05d..59667c4789 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 # Toolkit Version -toolkitVersion=1.87-SNAPSHOT +toolkitVersion=1.87 # Publish Settings publishToken=