Skip to content

Commit

Permalink
Add changelog for latest contributions
Browse files Browse the repository at this point in the history
  • Loading branch information
zmievsa committed Aug 17, 2024
1 parent f4888ad commit eb85eb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit eb85eb5

Please sign in to comment.