Skip to content

Commit 7873f49

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.37
1 parent 839d9be commit 7873f49

6 files changed

+20
-13
lines changed

.changes/1.37.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-01-06",
3+
"version" : "1.37",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add SAM Lambda ARM support"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix plugin deprecation warning in DynamoDB viewer (#2987)"
10+
}, {
11+
"type" : "deprecation",
12+
"description" : "An upcoming release will remove support for IDEs based on the 2020.3 platform"
13+
} ]
14+
}

.changes/next-release/bugfix-955708e3-c716-4ede-8b84-202c65053412.json

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

.changes/next-release/deprecation-2bea839a-65ca-433d-80d8-0751de73468e.json

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

.changes/next-release/feature-a1e4fc12-5147-41eb-b5b4-e2169c3d0e20.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.37_ (2022-01-06)
2+
- **(Feature)** Add SAM Lambda ARM support
3+
- **(Bug Fix)** Fix plugin deprecation warning in DynamoDB viewer ([#2987](https://github.com/aws/aws-toolkit-jetbrains/issues/2987))
4+
- **(Deprecation)** An upcoming release will remove support for IDEs based on the 2020.3 platform
5+
16
# _1.36_ (2021-11-23)
27

38
# _1.35_ (2021-11-18)

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.37-SNAPSHOT
5+
toolkitVersion=1.37
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)