Skip to content

Commit

Permalink
Auto-merge main back to develop post release
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann committed Nov 7, 2024
2 parents 8a0a2dd + 1d55084 commit f5fab10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@amzn/mlspace",
"homepage": "/Prod",
"version": "1.6.4",
"version": "1.6.5",
"main": "dist/lib/index.js",
"types": "dist/types/index.d.ts",
"private": true,
Expand Down
10 changes: 6 additions & 4 deletions frontend/src/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Release 1.6.4
# Release 1.6.5

## Bug Fixes
- Resolved one last outstanding issue related to unsafe calling of an unsupported IAM feature in certain regions
## Enhancements
- Integrated Amazon Bedrock permissions into IAM policies for Notebooks
- Configured default encryption to use Amazon S3-managed keys when an AWS KMS key is not specified
- Expanded document type support for batch processing in Amazon Translate jobs

## Acknowledgements
* @dustins
* @estohlmann

**Full Changelog**: https://github.com/awslabs/mlspace/compare/v1.6.3...v1.6.4
**Full Changelog**: https://github.com/awslabs/mlspace/compare/v1.6.4...v1.6.5

0 comments on commit f5fab10

Please sign in to comment.