diff --git a/CHANGELOG.md b/CHANGELOG.md index 6475606..e12f113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.9.1 (2023-02-08) + +- hotfix :bug: issue with postgres cursor context (#72) + ## 4.9.0 (2023-02-07) ### Breaking Changes diff --git a/mara_db/__init__.py b/mara_db/__init__.py index d04a665..6a007d2 100644 --- a/mara_db/__init__.py +++ b/mara_db/__init__.py @@ -1,5 +1,5 @@ """Make the functionalities of this package auto-discoverable by mara-app""" -__version__ = '4.9.0' +__version__ = '4.9.1' def MARA_CONFIG_MODULES():