Skip to content

Commit

Permalink
Release 2.0.5 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil authored Aug 21, 2023
2 parents 3de6389 + 994d640 commit c7053f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## 2.0.5

### Changed

- Updated the way `esmerald` client operates internally.
- Updated internal minimum requirements.

### Fix

- Regression in OpenAPI when adding middleware to `Gateway` or `HTTPHandler`. When a middleware
was added, the OpenAPI would not generate the docs for it. The API would still work but not OpenAPI
docs.

## 2.0.4

### 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.0.4"
__version__ = "2.0.5"


from starlette import status
Expand Down

0 comments on commit c7053f3

Please sign in to comment.