Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Oct 27, 2023
1 parent 8a18a7f commit 8a85132
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ hide:

# Release Notes

## 2.3.1

### Fixed

- `Middleware` on levels treating each level as an independent ASGI app on an `Include` level.

!!! Warning
This was supposed to go in the release [2.3.0](#230) but it was not merged on time to make the
release.

## 2.3.0

### Changed
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.3.0"
__version__ = "2.3.1"


from starlette import status
Expand Down

0 comments on commit 8a85132

Please sign in to comment.