diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 16e2707..6fd167b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,6 +14,10 @@ Change Log Unreleased ~~~~~~~~~~ +[3.0.1] - 2024-10-07 +~~~~~~~~~~~~~~~~~~~~ +* Upgrade django-simple-history and add migration to match the new version. + [3.0.0] - 2024-09-30 ~~~~~~~~~~~~~~~~~~~~ * Add platform verification id field to the VerifiedName model diff --git a/edx_name_affirmation/__init__.py b/edx_name_affirmation/__init__.py index a600169..241222e 100644 --- a/edx_name_affirmation/__init__.py +++ b/edx_name_affirmation/__init__.py @@ -2,4 +2,4 @@ Django app housing name affirmation logic. """ -__version__ = '3.0.0' +__version__ = '3.0.1'