diff --git a/CHANGELOG.md b/CHANGELOG.md index 3511fc68..35e355e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0. ## [Unreleased] +## [3.15.5] + +### Fixed + +* Fix dependency overrides not working for versioned routes + + ## [3.15.4] ### Changed @@ -16,7 +23,6 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0. * fastapi-pagination now does not require an explicit call to `Cadwyn.enrich_swagger` - ## [3.15.3] ### Changed diff --git a/pyproject.toml b/pyproject.toml index b2b151ea..febeba71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cadwyn" -version = "3.15.4" +version = "3.15.5" description = "Production-ready community-driven modern Stripe-like API versioning in FastAPI" authors = ["Stanislav Zmiev "] license = "MIT"