diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b11ede..414acfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.24] - 2023-06-26 + +### Fixed + +- s3: Fix missing parts ordering. + ## [0.2.23] - 2023-05-22 ### Added diff --git a/madsim-aws-sdk-s3/Cargo.toml b/madsim-aws-sdk-s3/Cargo.toml index e6e6a0e..a532828 100644 --- a/madsim-aws-sdk-s3/Cargo.toml +++ b/madsim-aws-sdk-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "madsim-aws-sdk-s3" -version = "0.2.23+0.28" +version = "0.2.24+0.28" edition = "2021" authors = ["Kevin Axel "] description = "The s3 simulator on madsim."