diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index bf622d4..0f0ed15 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -5,6 +5,17 @@ hide: # Release Notes +## 0.9.1 + +### Added + +- CORSMiddleware now supports the `allow_private_networks` boolean parameter. This prepares +for what is coming for Chromium based browsers. + +### Changed + +- Internal testing for Edgy with the new drivers. + ## 0.9.0 ### Added diff --git a/lilya/__init__.py b/lilya/__init__.py index 3e2f46a..d69d16e 100644 --- a/lilya/__init__.py +++ b/lilya/__init__.py @@ -1 +1 @@ -__version__ = "0.9.0" +__version__ = "0.9.1"