Skip to content

Commit 595400c

Browse files
committed
Updating version to 1.49.1
1 parent 14c3687 commit 595400c

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.changes/1.49.1.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2023-06-07",
3+
"version" : "1.49.1",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Clarify next steps when attempting to use CodeWhisperer"
7+
} ]
8+
}

.changes/next-release/bugfix-8ffde2b8-8cf1-4282-9573-da6e5687b079.json

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# _1.49.1_ (2023-06-07)
2+
- **(Bug Fix)** Clarify next steps when attempting to use CodeWhisperer
3+
14
# _1.49_ (2022-08-11)
25
- **(Bug Fix)** Fix IllegalCallableAccessException thrown in several UI panels ([#3228](https://github.com/aws/aws-toolkit-jetbrains/issues/3228))
36
- **(Bug Fix)** Fix to stop showing CodeWhisperer's welcome page every time on project start

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
5+
toolkitVersion=1.49.1
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)