diff --git a/CHANGELOG.md b/CHANGELOG.md index 528f75d..ebe4c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/source-cooperative/data.source.coop/compare/v1.0.3...v1.0.4) (2025-10-29) + + +### Bug Fixes + +* update to no longer expect roles in product metadata ([8a8c630](https://github.com/source-cooperative/data.source.coop/commit/8a8c6300cadccbca57f401e3471915b413666f02)) + ## [1.0.3](https://github.com/source-cooperative/data.source.coop/compare/v1.0.2...v1.0.3) (2025-10-24) diff --git a/Cargo.lock b/Cargo.lock index 52f0d47..44235d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "1.0.3" +version = "1.0.4" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index ea5d2d6..bc126c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "1.0.3" +version = "1.0.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html