diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2310372415..d335db14ed51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03) + + +### Features + +* **client-config-service:** Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023. ([360adba](https://github.com/aws/aws-sdk-js-v3/commit/360adbabb4d6b23db45bfb8da7fc1b6092803bce)) +* **client-connect:** Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history. ([0ca88f3](https://github.com/aws/aws-sdk-js-v3/commit/0ca88f35fca3a781f1445708fdd1e265273f9fcc)) +* **client-iot-wireless:** Added LoRaWAN version 1.0.4 support ([fff6dd0](https://github.com/aws/aws-sdk-js-v3/commit/fff6dd0e32f7401c492c798f8744cf5c9c97c367)) +* **client-launch-wizard:** AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience. ([9dd8d0f](https://github.com/aws/aws-sdk-js-v3/commit/9dd8d0fbba9d3181590f158945ac43b1d7cc045d)) + + + + + # [3.442.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.441.0...v3.442.0) (2023-11-02) diff --git a/clients/client-config-service/CHANGELOG.md b/clients/client-config-service/CHANGELOG.md index d1e9e48f3df3..8f13e22b5851 100644 --- a/clients/client-config-service/CHANGELOG.md +++ b/clients/client-config-service/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03) + + +### Features + +* **client-config-service:** Updated ResourceType enum with new resource types onboarded by AWS Config in October 2023. ([360adba](https://github.com/aws/aws-sdk-js-v3/commit/360adbabb4d6b23db45bfb8da7fc1b6092803bce)) + + + + + # [3.441.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.440.0...v3.441.0) (2023-11-01) **Note:** Version bump only for package @aws-sdk/client-config-service diff --git a/clients/client-config-service/package.json b/clients/client-config-service/package.json index 211e029b3522..020d9dd9e22e 100644 --- a/clients/client-config-service/package.json +++ b/clients/client-config-service/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-config-service", "description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native", - "version": "3.441.0", + "version": "3.443.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-connect/CHANGELOG.md b/clients/client-connect/CHANGELOG.md index 2b1643477cc7..71046de83654 100644 --- a/clients/client-connect/CHANGELOG.md +++ b/clients/client-connect/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03) + + +### Features + +* **client-connect:** Amazon Connect Chat introduces Create Persistent Contact Association API, allowing customers to choose when to resume previous conversations from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history. ([0ca88f3](https://github.com/aws/aws-sdk-js-v3/commit/0ca88f35fca3a781f1445708fdd1e265273f9fcc)) + + + + + # [3.442.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.441.0...v3.442.0) (2023-11-02) diff --git a/clients/client-connect/package.json b/clients/client-connect/package.json index 05e817b53f86..8b0d3f8e7470 100644 --- a/clients/client-connect/package.json +++ b/clients/client-connect/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-connect", "description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native", - "version": "3.442.0", + "version": "3.443.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-iot-wireless/CHANGELOG.md b/clients/client-iot-wireless/CHANGELOG.md index 92a7634dd469..1cd29d58fbe5 100644 --- a/clients/client-iot-wireless/CHANGELOG.md +++ b/clients/client-iot-wireless/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03) + + +### Features + +* **client-iot-wireless:** Added LoRaWAN version 1.0.4 support ([fff6dd0](https://github.com/aws/aws-sdk-js-v3/commit/fff6dd0e32f7401c492c798f8744cf5c9c97c367)) + + + + + # [3.441.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.440.0...v3.441.0) (2023-11-01) **Note:** Version bump only for package @aws-sdk/client-iot-wireless diff --git a/clients/client-iot-wireless/package.json b/clients/client-iot-wireless/package.json index bf52fd1eccb4..7812d0ef5a8b 100644 --- a/clients/client-iot-wireless/package.json +++ b/clients/client-iot-wireless/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-iot-wireless", "description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native", - "version": "3.441.0", + "version": "3.443.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-launch-wizard/CHANGELOG.md b/clients/client-launch-wizard/CHANGELOG.md new file mode 100644 index 000000000000..e25c67a80c98 --- /dev/null +++ b/clients/client-launch-wizard/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03) + + +### Features + +* **client-launch-wizard:** AWS Launch Wizard is a service that helps reduce the time it takes to deploy applications to the cloud while providing a guided deployment experience. ([9dd8d0f](https://github.com/aws/aws-sdk-js-v3/commit/9dd8d0fbba9d3181590f158945ac43b1d7cc045d)) diff --git a/clients/client-launch-wizard/package.json b/clients/client-launch-wizard/package.json index a4353ebba8a3..2630a5f1d262 100644 --- a/clients/client-launch-wizard/package.json +++ b/clients/client-launch-wizard/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-launch-wizard", "description": "AWS SDK for JavaScript Launch Wizard Client for Node.js, Browser and React Native", - "version": "3.0.0", + "version": "3.443.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/clients/client-quicksight/CHANGELOG.md b/clients/client-quicksight/CHANGELOG.md index 70500c4e7b5e..0463f37eeb99 100644 --- a/clients/client-quicksight/CHANGELOG.md +++ b/clients/client-quicksight/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.443.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.442.0...v3.443.0) (2023-11-03) + +**Note:** Version bump only for package @aws-sdk/client-quicksight + + + + + # [3.442.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.441.0...v3.442.0) (2023-11-02) diff --git a/clients/client-quicksight/package.json b/clients/client-quicksight/package.json index d463e3464b56..b53ee6fbeafb 100644 --- a/clients/client-quicksight/package.json +++ b/clients/client-quicksight/package.json @@ -1,7 +1,7 @@ { "name": "@aws-sdk/client-quicksight", "description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native", - "version": "3.442.0", + "version": "3.443.0", "scripts": { "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", "build:cjs": "tsc -p tsconfig.cjs.json", diff --git a/lerna.json b/lerna.json index c0a88c32b4d8..31af24c034f6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.442.0", + "version": "3.443.0", "npmClient": "yarn", "useWorkspaces": true, "command": {