Skip to content

Commit

Permalink
Bump version to 1.41.1 (#2045)
Browse files Browse the repository at this point in the history
* Bump version to 1.41.1

* Update CHANGELOG.md

Co-authored-by: Kevin Stich <[email protected]>

---------

Co-authored-by: Kevin Stich <[email protected]>
  • Loading branch information
sugmanue and kstich authored Nov 16, 2023
1 parent bfb4c97 commit d457aab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Smithy Changelog

## 1.41.1 (2023-11-16)

### Features

* Added support for `sdkId`s with a single character ([#2043](https://github.com/smithy-lang/smithy/pull/2043))

### Bug Fixes

* Fixed `toShapeId` call in `EndpointModifierIndex` ([#2044](https://github.com/smithy-lang/smithy/pull/2044))
* Fixed removal of applied non-prelude meta traits ([#2042](https://github.com/smithy-lang/smithy/pull/2042))
* Fixed `recommended` trait provider to avoid discarding `reason` ([#2041](https://github.com/smithy-lang/smithy/pull/2041))

### Documentation

* Updated the javadoc of `ValidatedResult.unwrap` to note that `DANGER` events also throw a validation event ([#2040](https://github.com/smithy-lang/smithy/pull/2040))

## 1.41.0 (2023-11-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.41.0
1.41.1

0 comments on commit d457aab

Please sign in to comment.