diff --git a/docs/changelog.rst b/docs/changelog.rst index d8f7dde72..64bf27757 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,4 +1,5 @@ + ========= Changelog ========= @@ -6,8 +7,12 @@ Changelog Development =========== - (Fill this out as you fix issues and develop your features). + +Changes in 0.23.0 +=========== - Bugfix: manually setting SequenceField in DynamicDocument doesn't increment the counter #2471 - Add MongoDB 4.2 and 4.4 to CI +- Add support for allowDiskUse on querysets #2468 Changes in 0.22.1 ================= diff --git a/mongoengine/__init__.py b/mongoengine/__init__.py index 683463999..bf38d8b0c 100644 --- a/mongoengine/__init__.py +++ b/mongoengine/__init__.py @@ -28,7 +28,7 @@ ) -VERSION = (0, 22, 1) +VERSION = (0, 23, 0) def get_version():