Skip to content

Commit

Permalink
Bump version to 1.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvschneid committed Sep 21, 2023
1 parent d8aa29d commit e3c94bf
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.39.0 (2023-09-20)

### Features

* Refactored `smithy-rules-engine` significantly in an effort to improve validation, separate
AWS and non-AWS concerns, add a specification, and more. General notes are provided in
individual commit messages. The format of the rules documents have not changed, meaning a
successful migration to the refactored codebase will involve no changes to code generated
for an SDK client ([#1855](https://github.com/smithy-lang/smithy/pull/1855))
* Added `Sha1` checksum to `ResolvedArtifacts` ([#1979](https://github.com/smithy-lang/smithy/pull/1979))
* Relaxed `Content-Length` in unset union payloads protocol tests ([#1984](https://github.com/smithy-lang/smithy/pull/1984))

### Documentation

* Updated example by keeping operation list from previous examples ([#1981](https://github.com/smithy-lang/smithy/pull/1981))

## 1.38.0 (2023-09-14)

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

0 comments on commit e3c94bf

Please sign in to comment.