diff --git a/CHANGELOG.md b/CHANGELOG.md index 62cdd49..4178b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.28](https://github.com/source-cooperative/data.source.coop/compare/v0.1.27...v0.1.28) (2025-05-28) + + +### Bug Fixes + +* handle unknown Rusoto errors with 404 status ([#73](https://github.com/source-cooperative/data.source.coop/issues/73)) ([8375d50](https://github.com/source-cooperative/data.source.coop/commit/8375d5013a8e559cb2c365722859c70c709ebc68)) + ## [0.1.27](https://github.com/source-cooperative/data.source.coop/compare/v0.1.26...v0.1.27) (2025-05-27) diff --git a/Cargo.lock b/Cargo.lock index cbd6b71..ef84dd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2325,7 +2325,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "0.1.27" +version = "0.1.28" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 1bf669e..3965e39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "0.1.27" +version = "0.1.28" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html