diff --git a/CHANGELOG.md b/CHANGELOG.md index 35405f2..528f75d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/source-cooperative/data.source.coop/compare/v1.0.2...v1.0.3) (2025-10-24) + + +### Performance Improvements + +* persist source client across requests ([#95](https://github.com/source-cooperative/data.source.coop/issues/95)) ([453b2a8](https://github.com/source-cooperative/data.source.coop/commit/453b2a80ff22fc6953f879019aafa77163b4b2b8)) + ## [1.0.2](https://github.com/source-cooperative/data.source.coop/compare/v1.0.1...v1.0.2) (2025-10-09) diff --git a/Cargo.lock b/Cargo.lock index 39f6da6..52f0d47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "1.0.2" +version = "1.0.3" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 426d800..ea5d2d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "1.0.2" +version = "1.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html