diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c889c..e1ac406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.6.3 + +* Add support to SQLAlchemy `AsyncSession` and multiple binds + ### 0.6.2 * **SQLAlchemyPanel**: Handled HTTPException from dependencies diff --git a/debug_toolbar/__init__.py b/debug_toolbar/__init__.py index 22049ab..63af887 100644 --- a/debug_toolbar/__init__.py +++ b/debug_toolbar/__init__.py @@ -1 +1 @@ -__version__ = "0.6.2" +__version__ = "0.6.3"