diff --git a/CHANGELOG.md b/CHANGELOG.md index d623f87..c174454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.2](https://github.com/bearcove/fopro/compare/v2.0.1...v2.0.2) - 2024-10-13 + +### Other + +- take _some_ headers into account when computing the cache key + ## [2.0.1](https://github.com/bearcove/fopro/compare/v2.0.0...v2.0.1) - 2024-10-13 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 20b5723..ca8e0ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -251,7 +251,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fopro" -version = "2.0.1" +version = "2.0.2" dependencies = [ "argh", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 4673519..f30edb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fopro" -version = "2.0.1" +version = "2.0.2" edition = "2021" authors = ["Amos Wenger "] description = "Experimental caching HTTP forward proxy (memory+disk)"