Skip to content

Commit

Permalink
Updating version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Oct 7, 2020
1 parent ebcee53 commit aceda9b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/1.19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2020-10-07",
"version" : "1.19",
"entries" : [ {
"type" : "feature",
"description" : "Add the ability to copy the URL to an S3 object"
}, {
"type" : "feature",
"description" : "Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)"
} ]
}

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# _1.19_ (2020-10-07)
- **(Feature)** Add the ability to copy the URL to an S3 object
- **(Feature)** Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)

# _1.18_ (2020-09-21)
- **(Feature)** Add support for AWS SSO based credential profiles
- **(Feature)** Support colons (`:`) in credential profile names
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.19-SNAPSHOT
toolkitVersion=1.19

# Publish Settings
publishToken=
Expand Down

0 comments on commit aceda9b

Please sign in to comment.