Skip to content

Commit b9ce873

Browse files
authored
fix(amazonq): bump version to 1.93.0-SNAPSHOT (aws#7963)
## Problem ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent fe80c4a commit b9ce873

7 files changed

+26
-14
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"date": "2025-08-28",
3+
"version": "1.92.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "Amazon Q supports admin control for MCP servers to restrict MCP server usage"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "Enabling dynamic model fetching capabilities in Amazon Q chat"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "Amazon Q: Support for configuring and utilizing remote MCP servers."
16+
}
17+
]
18+
}

packages/amazonq/.changes/next-release/Feature-5e9de7e7-cf7b-4ed3-824f-062b82b3f4b9.json

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

packages/amazonq/.changes/next-release/Feature-bac44cae-5e68-4192-bbdc-2aaf4cdc0e7c.json

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

packages/amazonq/.changes/next-release/Feature-dad6607e-513c-4355-9655-e80fd2da9ec2.json

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

packages/amazonq/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.92.0 2025-08-28
2+
3+
- **Feature** Amazon Q supports admin control for MCP servers to restrict MCP server usage
4+
- **Feature** Enabling dynamic model fetching capabilities in Amazon Q chat
5+
- **Feature** Amazon Q: Support for configuring and utilizing remote MCP servers.
6+
17
## 1.91.0 2025-08-22
28

39
- **Bug Fix** Enable inline completion in Jupyter Notebook

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "The most capable generative AI–powered assistant for software development.",
5-
"version": "1.92.0-SNAPSHOT",
5+
"version": "1.93.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],

0 commit comments

Comments
 (0)