diff --git a/CHANGELOG.md b/CHANGELOG.md index 418e13da..3f44acf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [9.2.0] - 2021-06-01 + +### Bugfixes +- get_injector() is called lazily + ## [9.1.0] - 2021-06-01 ### Bugfixes diff --git a/winter/__version__.py b/winter/__version__.py index 8347f6c6..b1f3c8b1 100644 --- a/winter/__version__.py +++ b/winter/__version__.py @@ -1 +1 @@ -__version__ = '9.1.0' +__version__ = '9.2.0'