Update changelog for 0.22.1

This commit is contained in:
Bastien Gerard 2020-12-16 23:03:39 +01:00
parent fd3699a519
commit 5781753cc8
2 changed files with 6 additions and 1 deletions

View File

@ -7,6 +7,11 @@ Development
===========
- (Fill this out as you fix issues and develop your features).
Changes in 0.22.1
=================
- Declare that Py3.5 is not supported in package metadata #2449
- Moved CI from Travis to Github-Actions
Changes in 0.22.0
=================
- Fix LazyReferenceField dereferencing in embedded documents #2426

View File

@ -28,7 +28,7 @@ __all__ = (
)
VERSION = (0, 22, 0)
VERSION = (0, 22, 1)
def get_version():