Unverified Commit 2aafd044 authored by Zelda Hessler's avatar Zelda Hessler Committed by GitHub
Browse files

update: to smithy v1.26 (#1929)

* update: to smithy v1.26

* add: entry to CHANGELOG.next.toml
parent b8eb3419
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -61,3 +61,9 @@ differently depending on the operation being sent.
references = ["smithy-rs#1919"]
meta = { "breaking" = false, "tada" = false, "bug" = false, "target" = "client"}
author = "Velfi"

[[smithy-rs]]
message = "Upgrade Smithy to v1.26"
references = ["smithy-rs#1929"]
meta = { "breaking" = false, "tada" = true, "bug" = false, "target" = "all"}
author = "Velfi"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ kotlin.code.style=official

# codegen
smithyGradlePluginVersion=0.6.0
smithyVersion=1.25.0
smithyVersion=1.26.0

# kotlin
kotlinVersion=1.6.21