diff --git a/CHANGELOG.md b/CHANGELOG.md index ac512b8..3b587d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/ComicTools/fakevine/compare/v0.3.1...v0.3.2) (2026-06-02) + + +### Bug Fixes + +* fix lru cache hashkey on staticdb ([22d5893](https://github.com/ComicTools/fakevine/commit/22d5893939702693c9c10c906a85dec5cd1b5938)) + ## [0.3.1](https://github.com/ComicTools/fakevine/compare/v0.3.0...v0.3.1) (2026-04-29) diff --git a/pyproject.toml b/pyproject.toml index b1be7da..73a56fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "FakeVine" -version = "0.3.1" +version = "0.3.2" description = "A ComicVine API compatible FastAPI router" readme = "README.md" authors = [