Skip to content

Commit 4dca71e

Browse files
committed
Bump version to 1.60.3
1 parent 3b70784 commit 4dca71e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
# Smithy Changelog
22

3+
## 1.60.3 (2025-06-27)
4+
5+
### Bug Fixes
6+
7+
* Fixed incorrect operation name in the URI for `NonQueryCompatibleOperation`. ([#2684](https://github.com/smithy-lang/smithy/pull/2684/))
8+
* Fixed jsonName conversion for OpenAPI examples. ([#2666](https://github.com/smithy-lang/smithy/pull/2666))
9+
310
## 1.60.2 (2025-06-26)
411

512
### Bug Fixes
613

714
* Added model discovery args to smithy select. ([#2680](https://github.com/smithy-lang/smithy/pull/2680))
8-
* Fix `NonQueryCompatible` to remove the bogus empty JSON body and media-type. ([#2681](https://github.com/smithy-lang/smithy/pull/2681))
15+
* Fixed `NonQueryCompatible` to remove the bogus empty JSON body and media-type. ([#2681](https://github.com/smithy-lang/smithy/pull/2681))
916
* Reduced query error uniqueness validation severity. ([#2682](https://github.com/smithy-lang/smithy/pull/2682))
1017

1118
## 1.60.1 (2025-06-25)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.60.2
1+
1.60.3

0 commit comments

Comments
 (0)