Skip to content

Commit

Permalink
Updating version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Oct 22, 2020
1 parent 60b859c commit 3fca3ac
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 21 deletions.
20 changes: 20 additions & 0 deletions .changes/1.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"date" : "2020-10-22",
"version" : "1.20",
"entries" : [ {
"type" : "feature",
"description" : "Add support for `+` in AWS profile names"
}, {
"type" : "bugfix",
"description" : "Fix being unable to use a SSO profile in a credential chain"
}, {
"type" : "bugfix",
"description" : "Fix Aurora MySQL 5.7 not showing up in the AWS Explorer"
}, {
"type" : "bugfix",
"description" : "Improve IAM RDS connection: Fix Aurora MySQL, detect more error cases, fix database configuration validation throwing when there is no DB name"
}, {
"type" : "deprecation",
"description" : "2019.3 support will be removed in the next release"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# _1.20_ (2020-10-22)
- **(Feature)** Add support for `+` in AWS profile names
- **(Bug Fix)** Fix being unable to use a SSO profile in a credential chain
- **(Bug Fix)** Fix Aurora MySQL 5.7 not showing up in the AWS Explorer
- **(Bug Fix)** Improve IAM RDS connection: Fix Aurora MySQL, detect more error cases, fix database configuration validation throwing when there is no DB name
- **(Deprecation)** 2019.3 support will be removed in the next release

# _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)
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.20-SNAPSHOT
toolkitVersion=1.20

# Publish Settings
publishToken=
Expand Down

0 comments on commit 3fca3ac

Please sign in to comment.