Skip to content

Commit 7fe051e

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.39
1 parent d669966 commit 7fe051e

6 files changed

+20
-13
lines changed

.changes/1.39.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-03-03",
3+
"version" : "1.39",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Added in 1.37: The toolkit will now offer to open ARNs present in your code editor in your browser"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Added support for .NET 6 runtime for creating and debugging SAM functions"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue where console federation with long-term credentails results in session with no permissions"
13+
} ]
14+
}

.changes/next-release/bugfix-0e218dee-d2dd-473c-bb44-7b1e78164caf.json

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

.changes/next-release/feature-6c8fc962-83b0-405a-b8c1-8bcf2069598c.json

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

.changes/next-release/feature-70d7ed24-3727-415a-9d7a-efc89bf73c52.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.39_ (2022-03-03)
2+
- **(Feature)** Added in 1.37: The toolkit will now offer to open ARNs present in your code editor in your browser
3+
- **(Feature)** Added support for .NET 6 runtime for creating and debugging SAM functions
4+
- **(Bug Fix)** Fix issue where console federation with long-term credentails results in session with no permissions
5+
16
# _1.38_ (2022-02-17)
27
- **(Bug Fix)** Fix StringIndexOutOfBoundsException ([#3025](https://github.com/aws/aws-toolkit-jetbrains/issues/3025))
38
- **(Bug Fix)** Fix regression preventing ECR repository creation

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.39-SNAPSHOT
5+
toolkitVersion=1.39
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)