diff --git a/CHANGELOG.md b/CHANGELOG.md index 56aa46d..2b898ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.2](https://github.com/source-cooperative/data.source.coop/compare/v2.3.1...v2.3.2) (2026-07-28) + + +### Bug Fixes + +* **deps:** bump multistore to 0.7.2 to stop federated reads hanging ([#197](https://github.com/source-cooperative/data.source.coop/issues/197)) ([02ddcff](https://github.com/source-cooperative/data.source.coop/commit/02ddcff625d9417e48e1a3b085ac77234d760681)) + ## [2.3.1](https://github.com/source-cooperative/data.source.coop/compare/v2.3.0...v2.3.1) (2026-07-28) diff --git a/Cargo.lock b/Cargo.lock index f18ca45..4eb01c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,7 +1889,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "2.3.1" +version = "2.3.2" dependencies = [ "console_error_panic_hook", "getrandom 0.4.3", diff --git a/Cargo.toml b/Cargo.toml index b3e08b9..e069d3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Anthony Lukach "] edition = "2021" name = "source-data-proxy" -version = "2.3.1" +version = "2.3.2" [lib] crate-type = ["cdylib"]