Skip to content

Commit 7a12523

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.62
1 parent 287a920 commit 7a12523

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

.changes/1.62.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2023-03-20",
3+
"version" : "1.62",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Show friendlier application name when signing in using SSO"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix confusing experience when attempting to sign in to multiple Builder IDs"
10+
} ]
11+
}

.changes/next-release/bugfix-8fe11006-d6b7-4b88-aa75-c1c9662627a5.json

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

.changes/next-release/bugfix-bb0faf52-ab62-4e5f-9a87-7cf3ab1ebc07.json

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

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _1.62_ (2023-03-20)
2+
- **(Bug Fix)** Show friendlier application name when signing in using SSO
3+
- **(Bug Fix)** Fix confusing experience when attempting to sign in to multiple Builder IDs
4+
15
# _1.61_ (2023-02-17)
26
- **(Bug Fix)** Authenticating through the browser now requires users to manually enter a user verification code for SSO/AWS Builder ID
37
- **(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))

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.62-SNAPSHOT
5+
toolkitVersion=1.62
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)