diff --git a/django_yubin/version.py b/django_yubin/version.py index 3aee68c..be44701 100644 --- a/django_yubin/version.py +++ b/django_yubin/version.py @@ -1,2 +1,2 @@ -VERSION = (2, 0, 1) +VERSION = (2, 0, 2) __version__ = '.'.join([str(part) for part in VERSION]) diff --git a/docs/changelog.rst b/docs/changelog.rst index 474d970..89c2110 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,17 @@ This project adheres to `Semantic Versioning `_. +[2.0.2] - 2023-10-30 +-------------------- + +Changed +^^^^^^^ +* Improve performance of data migration when migrating from versions < 2.0 (https://github.com/APSL/django-yubin/pull/69) + +Fixed +^^^^^ +* Perform unfolding of headers when parsing messages (https://github.com/APSL/django-yubin/pull/71) + [2.0.1] - 2023-08-10 -------------------- diff --git a/humans.txt b/humans.txt index 944dd86..0aae839 100644 --- a/humans.txt +++ b/humans.txt @@ -15,5 +15,6 @@ Xus Zoyo (@xusy2k) Celia Amador (@celdrake) Pablo Méndez (@pmendezsuarez) Tim Gates (@timgates42) +Silvia (@SilviaAmAm) https://github.com/APSL/django-yubin/graphs/contributors