diff --git a/CHANGELOG.md b/CHANGELOG.md index 76f3ec6..37eb9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/source-cooperative/data.source.coop/compare/v1.0.0...v1.0.1) (2025-09-30) + + +### Bug Fixes + +* update source api types to match S2 codebase ([#90](https://github.com/source-cooperative/data.source.coop/issues/90)) ([6dec35d](https://github.com/source-cooperative/data.source.coop/commit/6dec35d60563943fac1d40ce48139859631e540f)) + ## [1.0.0](https://github.com/source-cooperative/data.source.coop/compare/v0.1.29...v1.0.0) (2025-08-21) diff --git a/Cargo.lock b/Cargo.lock index 812e661..205c52f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "1.0.0" +version = "1.0.1" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index 8cfcfa6..97c69a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "1.0.0" +version = "1.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html