Skip to content

Commit 91fa723

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.61
1 parent f56caef commit 91fa723

6 files changed

+20
-13
lines changed

.changes/1.61.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2023-02-17",
3+
"version" : "1.61",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Authenticating through the browser now requires users to manually enter a user verification code for SSO/AWS Builder ID"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix NPE that may occur when installing the toolkit for the first time (#3433)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix network calls cant be made inside read/write action exception thrown from CodeWhisperer (#3423)"
13+
} ]
14+
}

.changes/next-release/bugfix-14090bc0-c124-4242-b7d6-5e0895acd171.json

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

.changes/next-release/bugfix-aaab809c-4bbb-4994-bdfd-824805ce7e4d.json

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

.changes/next-release/bugfix-b83c25d7-dd74-490d-b06f-c3f704a37bb5.json

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

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _1.61_ (2023-02-17)
2+
- **(Bug Fix)** Authenticating through the browser now requires users to manually enter a user verification code for SSO/AWS Builder ID
3+
- **(Bug Fix)** Fix NPE that may occur when installing the toolkit for the first time ([#3433](https://github.com/aws/aws-toolkit-jetbrains/issues/3433))
4+
- **(Bug Fix)** Fix network calls cant be made inside read/write action exception thrown from CodeWhisperer ([#3423](https://github.com/aws/aws-toolkit-jetbrains/issues/3423))
5+
16
# _1.60_ (2023-02-01)
27
- **(Bug Fix)** Fix Small Dev Environment instance sizes not connecting to the thin clients
38

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.61-SNAPSHOT
5+
toolkitVersion=1.61
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)