Skip to content

Commit

Permalink
Updating version to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 17, 2021
1 parent 299424a commit c039b99
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .changes/1.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date" : "2021-08-17",
"version" : "1.31",
"entries" : [ {
"type" : "feature",
"description" : "Add support for Python 3.9 Lambdas"
}, {
"type" : "bugfix",
"description" : "Fix regression in SAM run configurations using file-based input (#2762)"
}, {
"type" : "bugfix",
"description" : "Fix CloudWatch sorting (#2737)"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# _1.31_ (2021-08-17)
- **(Feature)** Add support for Python 3.9 Lambdas
- **(Bug Fix)** Fix regression in SAM run configurations using file-based input ([#2762](https://github.com/aws/aws-toolkit-jetbrains/issues/2762))
- **(Bug Fix)** Fix CloudWatch sorting ([#2737](https://github.com/aws/aws-toolkit-jetbrains/issues/2737))

# _1.30_ (2021-08-05)
- **(Feature)** Add ability to view bucket by entering bucket name/URI
- **(Bug Fix)** Fix CWL last event sorting ([#2737](https://github.com/aws/aws-toolkit-jetbrains/issues/2737))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.31-SNAPSHOT
toolkitVersion=1.31

# Publish Settings
publishToken=
Expand Down

0 comments on commit c039b99

Please sign in to comment.