diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bc91d..47ccf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ## [Unreleased] +## [0.5.0] - 2024-11-25 + ### Added - Add edx mongodb task to anonymize personal data from edx forums @@ -72,7 +74,8 @@ and this project adheres to - Add celery task to warn inactive users by email - Add celery task to delete inactive users from edx database -[unreleased]: https://github.com/openfun/mork/compare/v0.4.0...main +[unreleased]: https://github.com/openfun/mork/compare/v0.5.0...main +[0.5.0]: https://github.com/openfun/mork/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/openfun/mork/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/openfun/mork/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/openfun/mork/compare/v0.1.0...v0.2.0 diff --git a/src/app/mork/__init__.py b/src/app/mork/__init__.py index 9b1a3f6..4e458ad 100644 --- a/src/app/mork/__init__.py +++ b/src/app/mork/__init__.py @@ -1,3 +1,3 @@ """Mork module.""" -__version__ = "0.4.0" +__version__ = "0.5.0"