Skip to content

Commit aceda9b

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.19
1 parent ebcee53 commit aceda9b

5 files changed

+16
-9
lines changed

.changes/1.19.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"date" : "2020-10-07",
3+
"version" : "1.19",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add the ability to copy the URL to an S3 object"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)"
10+
} ]
11+
}

.changes/next-release/feature-8ae7facb-e1c5-4f25-9955-8c36b3cf59c4.json

-4
This file was deleted.

.changes/next-release/feature-cb714c4a-bf88-4450-b65b-ed13cf91c44a.json

-4
This file was deleted.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# _1.19_ (2020-10-07)
2+
- **(Feature)** Add the ability to copy the URL to an S3 object
3+
- **(Feature)** Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)
4+
15
# _1.18_ (2020-09-21)
26
- **(Feature)** Add support for AWS SSO based credential profiles
37
- **(Feature)** Support colons (`:`) in credential profile names

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.19-SNAPSHOT
5+
toolkitVersion=1.19
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)