Skip to content

Commit

Permalink
Updating version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 24, 2020
1 parent e9f4357 commit 4d9c668
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 33 deletions.
29 changes: 29 additions & 0 deletions .changes/1.21.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"date" : "2020-11-24",
"version" : "1.21",
"entries" : [ {
"type" : "breaking",
"description" : "Remove support for 2019.3, 2020.1 is the new minimum version"
}, {
"type" : "feature",
"description" : "Add copy Logical/Physical ID actions to Stack View #2165"
}, {
"type" : "feature",
"description" : "Add SQS AWS Explorer node and the ability to send/poll for messages"
}, {
"type" : "feature",
"description" : "Add the ability to search CloudWatch Logs using CloudWatch Logs Insights"
}, {
"type" : "feature",
"description" : "Add copy actions to CloudFormation outputs (#2179)"
}, {
"type" : "feature",
"description" : "Support for the 2020.3 family of IDEs"
}, {
"type" : "feature",
"description" : "Add an AWS Explorer ECR node"
}, {
"type" : "bugfix",
"description" : "Significantly speed up loading the list of S3 buckets (#2174)"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# _1.21_ (2020-11-24)
- **(Breaking Change)** Remove support for 2019.3, 2020.1 is the new minimum version
- **(Feature)** Add copy Logical/Physical ID actions to Stack View [#2165](https://github.com/aws/aws-toolkit-jetbrains/issues/2165)
- **(Feature)** Add SQS AWS Explorer node and the ability to send/poll for messages
- **(Feature)** Add the ability to search CloudWatch Logs using CloudWatch Logs Insights
- **(Feature)** Add copy actions to CloudFormation outputs ([#2179](https://github.com/aws/aws-toolkit-jetbrains/issues/2179))
- **(Feature)** Support for the 2020.3 family of IDEs
- **(Feature)** Add an AWS Explorer ECR node
- **(Bug Fix)** Significantly speed up loading the list of S3 buckets ([#2174](https://github.com/aws/aws-toolkit-jetbrains/issues/2174))

# _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
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.21-SNAPSHOT
toolkitVersion=1.21

# Publish Settings
publishToken=
Expand Down

0 comments on commit 4d9c668

Please sign in to comment.