Skip to content

Commit 8edf739

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.22
1 parent 94fe3ec commit 8edf739

5 files changed

+16
-9
lines changed

.changes/1.22.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2020-12-01",
3+
"version" : "1.22",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Container Image Support in Lambda"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix update Lambda code for compiled languages (#2231)"
10+
} ]
11+
}

.changes/next-release/bugfix-60afb440-d763-4e97-9f23-a9b322649a2e.json

-4
This file was deleted.

.changes/next-release/feature-6452c979-bae9-4bb8-bda1-e66f9be413cd.json

-4
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _1.22_ (2020-12-01)
2+
- **(Feature)** Container Image Support in Lambda
3+
- **(Bug Fix)** Fix update Lambda code for compiled languages ([#2231](https://github.com/aws/aws-toolkit-jetbrains/issues/2231))
4+
15
# _1.21_ (2020-11-24)
26
- **(Breaking Change)** Remove support for 2019.3, 2020.1 is the new minimum version
37
- **(Feature)** Add copy Logical/Physical ID actions to Stack View [#2165](https://github.com/aws/aws-toolkit-jetbrains/issues/2165)

gradle.properties

+1-1
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.22-SNAPSHOT
5+
toolkitVersion=1.22
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)