diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1268ad4..757efe1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,9 @@ +0.8.1 2024-02-26 +---------------- + +* Bugfix naming typo. +* Bugfix background migrations should not run in a transaction. + 0.8.0 2024-02-25 ---------------- diff --git a/pyproject.toml b/pyproject.toml index e0b158a..82ca0fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "quart-db" -version = "0.8.0" +version = "0.8.1" description = "Quart-DB is a Quart extension that provides managed connection(s) to database(s)." authors = ["pgjones "] classifiers = [