Skip to content

Commit

Permalink
update: to smithy v1.26 (#1929)
Browse files Browse the repository at this point in the history
* update: to smithy v1.26

* add: entry to CHANGELOG.next.toml
  • Loading branch information
Velfi committed Oct 31, 2022
1 parent b8eb341 commit 2aafd04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.next.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2aafd04

Please sign in to comment.