diff --git a/package-lock.json b/package-lock.json index 39ce7fbc306..8c9dc804acb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33262,7 +33262,7 @@ }, "packages/amazonq": { "name": "amazon-q-vscode", - "version": "1.95.0-SNAPSHOT", + "version": "1.96.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" @@ -34989,7 +34989,7 @@ }, "packages/toolkit": { "name": "aws-toolkit-vscode", - "version": "3.75.0-SNAPSHOT", + "version": "3.76.0-SNAPSHOT", "license": "Apache-2.0", "dependencies": { "aws-core-vscode": "file:../core/" diff --git a/packages/amazonq/.changes/1.95.0.json b/packages/amazonq/.changes/1.95.0.json new file mode 100644 index 00000000000..8014b9e23b2 --- /dev/null +++ b/packages/amazonq/.changes/1.95.0.json @@ -0,0 +1,10 @@ +{ + "date": "2025-09-19", + "version": "1.95.0", + "entries": [ + { + "type": "Bug Fix", + "description": "Amazon Q automatically refreshes expired IAM Credentials in Sagemaker instances" + } + ] +} \ No newline at end of file diff --git a/packages/amazonq/.changes/next-release/Bug Fix-da0e805d-faab-4274-b37a-943c7263e42b.json b/packages/amazonq/.changes/next-release/Bug Fix-da0e805d-faab-4274-b37a-943c7263e42b.json deleted file mode 100644 index 3bb0428ebac..00000000000 --- a/packages/amazonq/.changes/next-release/Bug Fix-da0e805d-faab-4274-b37a-943c7263e42b.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Amazon Q automatically refreshes expired IAM Credentials in Sagemaker instances" -} diff --git a/packages/amazonq/CHANGELOG.md b/packages/amazonq/CHANGELOG.md index 51d0b4bedbe..8c02378f71f 100644 --- a/packages/amazonq/CHANGELOG.md +++ b/packages/amazonq/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.95.0 2025-09-19 + +- **Bug Fix** Amazon Q automatically refreshes expired IAM Credentials in Sagemaker instances + ## 1.94.0 2025-09-11 - Miscellaneous non-user-facing changes diff --git a/packages/amazonq/package.json b/packages/amazonq/package.json index ff25fae740d..834022b587c 100644 --- a/packages/amazonq/package.json +++ b/packages/amazonq/package.json @@ -2,7 +2,7 @@ "name": "amazon-q-vscode", "displayName": "Amazon Q", "description": "The most capable generative AI–powered assistant for software development.", - "version": "1.95.0-SNAPSHOT", + "version": "1.96.0-SNAPSHOT", "extensionKind": [ "workspace" ], diff --git a/packages/toolkit/.changes/3.75.0.json b/packages/toolkit/.changes/3.75.0.json new file mode 100644 index 00000000000..a863028083b --- /dev/null +++ b/packages/toolkit/.changes/3.75.0.json @@ -0,0 +1,5 @@ +{ + "date": "2025-09-19", + "version": "3.75.0", + "entries": [] +} \ No newline at end of file diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index 204d63926ea..1c4df523b85 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.75.0 2025-09-19 + +- Miscellaneous non-user-facing changes + ## 3.74.0 2025-09-10 - **Feature** Feature to support the access of SageMakerUnified Studio resources from the local VSCode IDE diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index f077d34cb6c..6fed7a747fa 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -2,7 +2,7 @@ "name": "aws-toolkit-vscode", "displayName": "AWS Toolkit", "description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.", - "version": "3.75.0-SNAPSHOT", + "version": "3.76.0-SNAPSHOT", "extensionKind": [ "workspace" ],