diff --git a/CHANGELOG.md b/CHANGELOG.md index f23e25d55dcb..d716cc198bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.742.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.742.0...v3.742.1) (2025-02-05) + + +### Features + +* **clients:** update client endpoints as of 2025-02-05 ([4d53703](https://github.com/aws/aws-sdk-js-v3/commit/4d53703bfcd5a0225057eafb0aa4f56f2fb3d1ec)) + + + + + # [3.742.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.741.0...v3.742.0) (2025-02-04) diff --git a/clients/client-rds/CHANGELOG.md b/clients/client-rds/CHANGELOG.md index a585aadc61f3..62ca40072eb7 100644 --- a/clients/client-rds/CHANGELOG.md +++ b/clients/client-rds/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.742.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.742.0...v3.742.1) (2025-02-05) + +**Note:** Version bump only for package @aws-sdk/client-rds + + + + + # [3.741.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.740.0...v3.741.0) (2025-02-03) **Note:** Version bump only for package @aws-sdk/client-rds diff --git a/clients/client-rds/package.json b/clients/client-rds/package.json index 722c86e7937c..868fa8fc1092 100644 --- a/clients/client-rds/package.json +++ b/clients/client-rds/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-rds", "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native", - "version": "3.741.0", + "version": "3.742.1", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "node ../../scripts/compilation/inline client-rds", diff --git a/lerna.json b/lerna.json index 07d17701903e..88f6433e49d7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.742.0", + "version": "3.742.1", "npmClient": "yarn", "useWorkspaces": true, "command": {