Skip to content

Commit c039b99

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.31
1 parent 299424a commit c039b99

6 files changed

+20
-13
lines changed

.changes/1.31.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2021-08-17",
3+
"version" : "1.31",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for Python 3.9 Lambdas"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix regression in SAM run configurations using file-based input (#2762)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix CloudWatch sorting (#2737)"
13+
} ]
14+
}

.changes/next-release/bugfix-168352e2-7eec-426e-9215-0ae3be8a902d.json

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

.changes/next-release/bugfix-70e4298a-227c-425a-9dec-99dabb4aece1.json

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

.changes/next-release/feature-d82cf056-794a-4f2e-95bb-6daa771983a9.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.31_ (2021-08-17)
2+
- **(Feature)** Add support for Python 3.9 Lambdas
3+
- **(Bug Fix)** Fix regression in SAM run configurations using file-based input ([#2762](https://github.com/aws/aws-toolkit-jetbrains/issues/2762))
4+
- **(Bug Fix)** Fix CloudWatch sorting ([#2737](https://github.com/aws/aws-toolkit-jetbrains/issues/2737))
5+
16
# _1.30_ (2021-08-05)
27
- **(Feature)** Add ability to view bucket by entering bucket name/URI
38
- **(Bug Fix)** Fix CWL last event sorting ([#2737](https://github.com/aws/aws-toolkit-jetbrains/issues/2737))

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.31-SNAPSHOT
5+
toolkitVersion=1.31
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)