diff --git a/Cargo.lock b/Cargo.lock index 6b3778689..cc4274b38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2005,7 +2005,7 @@ dependencies = [ [[package]] name = "mountpoint-s3" -version = "1.7.1" +version = "1.7.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/mountpoint-s3/CHANGELOG.md b/mountpoint-s3/CHANGELOG.md index 89a6765b5..a00d306fb 100644 --- a/mountpoint-s3/CHANGELOG.md +++ b/mountpoint-s3/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## v1.7.2 (June 17, 2024) + +* Fix an issue where reading a file through Mountpoint could fail, even if the corresponding S3 GetObject request had succeeded. ([#917](https://github.com/awslabs/mountpoint-s3/pull/917)) + ## v1.7.1 (June 14, 2024) ### Breaking changes diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index 38f622851..3b872a76e 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mountpoint-s3" -version = "1.7.1" +version = "1.7.2" edition = "2021" license = "Apache-2.0" publish = false