diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe4c10..d1548c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.0](https://github.com/source-cooperative/data.source.coop/compare/v1.0.4...v1.1.0) (2026-03-05) + + +### Features + +* Indicate range request support with Accept-Ranges header ([#104](https://github.com/source-cooperative/data.source.coop/issues/104)) ([4c6737a](https://github.com/source-cooperative/data.source.coop/commit/4c6737a8c58883e1f88262b77b53e24edd967d6f)) + + +### Bug Fixes + +* handle Range header in HEAD requests ([#114](https://github.com/source-cooperative/data.source.coop/issues/114)) ([24323a0](https://github.com/source-cooperative/data.source.coop/commit/24323a009409e1d769bccc9072329708da675db9)) + ## [1.0.4](https://github.com/source-cooperative/data.source.coop/compare/v1.0.3...v1.0.4) (2025-10-29) diff --git a/Cargo.lock b/Cargo.lock index 44235d8..73036bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2339,7 +2339,7 @@ dependencies = [ [[package]] name = "source-data-proxy" -version = "1.0.4" +version = "1.1.0" dependencies = [ "actix-cors", "actix-http", diff --git a/Cargo.toml b/Cargo.toml index bc126c7..3eeeae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "source-data-proxy" -version = "1.0.4" +version = "1.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html