Skip to content

Commit e0920e9

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.49
1 parent 63a3076 commit e0920e9

6 files changed

+20
-13
lines changed

.changes/1.49.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2022-08-11",
3+
"version" : "1.49",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix IllegalCallableAccessException thrown in several UI panels (#3228)"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix to stop showing CodeWhisperer's welcome page every time on project start"
10+
}, {
11+
"type" : "deprecation",
12+
"description" : "An upcoming release will remove support for IDEs based on the 2021.2 platform"
13+
} ]
14+
}

.changes/next-release/bugfix-21fddfde-8557-4490-94cb-4d9641f84fbb.json

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

.changes/next-release/bugfix-f31132c4-cdcc-4a36-911e-bb2629045f63.json

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

.changes/next-release/deprecation-4b7ed93c-9a8c-4f5d-97ba-f313e3bc9428.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.49_ (2022-08-11)
2+
- **(Bug Fix)** Fix IllegalCallableAccessException thrown in several UI panels ([#3228](https://github.com/aws/aws-toolkit-jetbrains/issues/3228))
3+
- **(Bug Fix)** Fix to stop showing CodeWhisperer's welcome page every time on project start
4+
- **(Deprecation)** An upcoming release will remove support for IDEs based on the 2021.2 platform
5+
16
# _1.48_ (2022-07-26)
27
- **(Bug Fix)** Fix to display appropriate error messaging for filtering Cloudwatch Streams using search patterns failures
38

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.49-SNAPSHOT
5+
toolkitVersion=1.49
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)