Skip to content

Commit 59bb16a

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.56
1 parent a6e5ca5 commit 59bb16a

8 files changed

+28
-21
lines changed

.changes/1.56.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"date" : "2022-12-08",
3+
"version" : "1.56",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Remove redundant calls in certain Gateway UI panels"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix threading issue while attempting to login to CodeCatalyst"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Only list dev environments under projects that users are a member of"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix 'Learn more' link in Gateway 2022.2"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix connection issue with CodeCatalyst when user is already logged into CodeWhisperer"
19+
} ]
20+
}

.changes/next-release/bugfix-0cf3b03d-c704-4aec-b08c-be18f3eb09b6.json

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

.changes/next-release/bugfix-13eb7f98-fc9d-4805-b44a-7912156f66bd.json

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

.changes/next-release/bugfix-245d6082-1c56-4485-b3cf-118e4496b301.json

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

.changes/next-release/bugfix-5fcbde8c-6143-4cc4-a0f9-c0bd2fb2f42a.json

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

.changes/next-release/bugfix-aca15458-7a82-4ccd-9491-89c880f0fa14.json

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

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# _1.56_ (2022-12-08)
2+
- **(Bug Fix)** Remove redundant calls in certain Gateway UI panels
3+
- **(Bug Fix)** Fix threading issue while attempting to login to CodeCatalyst
4+
- **(Bug Fix)** Only list dev environments under projects that users are a member of
5+
- **(Bug Fix)** Fix 'Learn more' link in Gateway 2022.2
6+
- **(Bug Fix)** Fix connection issue with CodeCatalyst when user is already logged into CodeWhisperer
7+
18
# _1.55_ (2022-12-01)
29
- **(Feature)** Amazon CodeCatalyst: Connect JetBrains to your remote Dev Environments.
310
- **(Feature)** Amazon CodeCatalyst: Clone your repositories to your local machine.

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.56-SNAPSHOT
5+
toolkitVersion=1.56
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)