From e81ee56082ce0b82bacfa2ffe04ffad81d4b2e36 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:10:24 -0800 Subject: [PATCH] chore(codegen): bump codegen version to 0.26.0 (#6844) --- codegen/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index ca7fa43509c49..245eebb131c81 100644 --- a/codegen/CHANGELOG.md +++ b/codegen/CHANGELOG.md @@ -1,5 +1,14 @@ # Smithy AWS Typescript Codegen Changelog +## 0.26.0 (2025-01-22) + +### Features +- Upgraded to 0.26.0 of smithy-typescript ([Release Notes](https://github.com/kuhe/smithy-typescript/blob/main/CHANGELOG.md#0260-2025-01-22)) +- Enabled profile configuration for clients ([#6728](https://github.com/aws/aws-sdk-js-v3/pull/6728)) +- Created nested clients for internal use ([#6791](https://github.com/aws/aws-sdk-js-v3/pull/6791)) + +### Bug Fixes + ## 0.25.0 (2024-11-18) ### Features