diff --git a/docs/release-notes.md b/docs/release-notes.md index cf9db96b..4ef548e9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,13 @@ hide: # Release Notes +## 3.2.3 + +### Changed + +- `EsmeraldScheduler` integration with Asyncz is not assembled before the configuration of the routing, +allowing multiple events to be triggered without overriding. + ## 3.2.2 These changes were missed from the version 3.2.1 diff --git a/esmerald/__init__.py b/esmerald/__init__.py index 71038b7f..ca914b60 100644 --- a/esmerald/__init__.py +++ b/esmerald/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.2.2" +__version__ = "3.2.3" from lilya import status