Skip to content

Commit

Permalink
Bump version to 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gosar committed Dec 6, 2023
1 parent d4a9aa0 commit 8c96bf5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Smithy Changelog

## 1.42.0 (2023-12-07)

### Features

* Added the `@aws.auth#sigv4a` auth trait. ([#2032](https://github.com/smithy-lang/smithy/pull/2032))
* Added the `timestampFormat` and `httpChecksumRequired` traits to protocols. ([#2054](https://github.com/smithy-lang/smithy/pull/2054), [#2061](https://github.com/smithy-lang/smithy/pull/2061))

### Bug Fixes

* Fixed conversion of root `intEnum` shape to IDL 1.0 when the shape doesn't have a default value of 0. ([#2053](https://github.com/smithy-lang/smithy/pull/2053))
* Fixed equality of `@examples` traits by overriding the `equals` method in `ExampleTrait.ErrorExample`. ([#2052](https://github.com/smithy-lang/smithy/pull/2052))

### Documentation

* Updated documentation for auth traits. ([#2051](https://github.com/smithy-lang/smithy/pull/2051))
* Added documentation for smoke tests. ([#2057](https://github.com/smithy-lang/smithy/pull/2057))

## 1.41.1 (2023-11-16)

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

0 comments on commit 8c96bf5

Please sign in to comment.