Skip to content

Commit

Permalink
Release 3.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Jul 2, 2024
1 parent cb87e31 commit af10e6f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ hide:

# Release Notes

## 3.2.7

This was missed from version [3.2.6](#326).

### Changed

- Removed unused middleware.
- Updated AppSettingsMiddleware for lazy loading
- Updated `globalise_settings`.

### Fixed

- Performance issues caused by `AppSettingsModule`.

## 3.2.6

### Added
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__ = "3.2.6"
__version__ = "3.2.7"


from lilya import status
Expand Down

0 comments on commit af10e6f

Please sign in to comment.