diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd0776d8d1..ba5f6501c5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Smithy Changelog +## 1.52.1 (2024-10-22) + +### Bug Fixes + +* Fixed several minor issues with IAM trait class implementations ([#2427](https://github.com/smithy-lang/smithy/pull/2427)) +* Fixed an issue where several protocol test operations were not bound to services ([#2426](https://github.com/smithy-lang/smithy/pull/2426)) +* Fixed the name of XML root nodes in the protocol tests ([#2423](https://github.com/smithy-lang/smithy/pull/2423)) + ## 1.52.0 (2024-10-16) ### Features diff --git a/VERSION b/VERSION index a63cb35e6f0..154cb93b2cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.52.0 +1.52.1