From e6a8e47d0fb237d2e95a8d71e572192491d6653d Mon Sep 17 00:00:00 2001 From: "source-release-bot[bot]" <265100246+source-release-bot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 06:39:50 +0000 Subject: [PATCH] chore(main): release 2.3.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"]