From eb85eb5214769f43a8c7dadf460b00ef8250e0ce Mon Sep 17 00:00:00 2001 From: Stanislav Zmiev Date: Sat, 17 Aug 2024 12:08:05 +0400 Subject: [PATCH] Add changelog for latest contributions --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 373b568..483c593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,18 @@ Please follow [the Keep a Changelog standard](https://keepachangelog.com/en/1.0. ## [Unreleased] +## [4.2.2] + +### Fixed + +* FastAPI Servers list did not include root path when mounted as a sub-app unless specified directly within the user defined server list (Contributed by @OD-tpeko) +* OpenAPI spec did not include the `summary` field (Contributed by @OD-tpeko) + ## [4.2.1] ### Fixed -* Previously the docs were showing wrong versioned doc paths when cadwyn was mounted as a sub-app +* Previously the docs were showing wrong versioned doc paths when cadwyn was mounted as a sub-app (Contributed by @OD-tpeko) ## [4.2.0] diff --git a/pyproject.toml b/pyproject.toml index f5dfd57..ee5c0db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cadwyn" -version = "4.2.1" +version = "4.2.2" description = "Production-ready community-driven modern Stripe-like API versioning in FastAPI" authors = ["Stanislav Zmiev "] license = "MIT"