Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Nov 20, 2023
1 parent f3b04cc commit b2fe23f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ hide:

# Release Notes

## 2.4.1

### Fix

- Regression when performing a `model_dump` of pydantic models in the responses.
- Re-enable `orjson` for generic response parsing.

## 2.4.0

### Changed
Expand All @@ -28,7 +35,6 @@ to make the process more intuitive and easy to implement. [#199](https://github.
- Removed the use of `random` for the secrets in favour of the `secrets` library instead.
- Contrib documentation updates regarding the Authorization headers.


## 2.3.1

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion esmerald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.4.0"
__version__ = "2.4.1"


from starlette import status
Expand Down

0 comments on commit b2fe23f

Please sign in to comment.