Skip to content

Commit 6c92872

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.52
1 parent dc86933 commit 6c92872

6 files changed

+20
-13
lines changed

.changes/1.52.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-10-19",
3+
"version" : "1.52",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Added 2022.3 support"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix `credential_process` retrieval when command contains quoted arguments on Windows (#3322)"
10+
}, {
11+
"type" : "deprecation",
12+
"description" : "An upcoming release will remove support for IDEs based on the 2021.3 platform"
13+
} ]
14+
}

.changes/next-release/bugfix-aad85945-0f42-4547-b1e5-2c7b972e2421.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/deprecation-0523310c-c914-47f7-a919-0c433a4cfca1.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-731c917b-7e1e-42b9-9038-6565cadeb51b.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _1.52_ (2022-10-19)
2+
- **(Feature)** Added 2022.3 support
3+
- **(Bug Fix)** Fix `credential_process` retrieval when command contains quoted arguments on Windows ([#3322](https://github.com/aws/aws-toolkit-jetbrains/issues/3322))
4+
- **(Deprecation)** An upcoming release will remove support for IDEs based on the 2021.3 platform
5+
16
# _1.51_ (2022-09-22)
27
- **(Feature)** Resources (in AWS Explorer) can list more resource types for EC2, IoT, RDS, Redshift, NetworkManager, and other services
38
- **(Feature)** CodeWhisperer now supports .jsx files

gradle.properties

Lines changed: 1 addition & 1 deletion
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.52-SNAPSHOT
5+
toolkitVersion=1.52
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)