From 8f3f1234b36e4b126a949b45b7185c05213dfdfc Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Thu, 23 Jan 2025 02:05:02 +0000 Subject: [PATCH] chore(chodegen): bump codegen version to 0.26.0 --- codegen/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/codegen/CHANGELOG.md b/codegen/CHANGELOG.md index ca7fa43509c4..245eebb131c8 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