Skip to content

Commit

Permalink
🔖(minor) prepare 0.5.0 release
Browse files Browse the repository at this point in the history
Added

- Add edx mongodb task to anonymize personal data from edx forums
- Add Sentry configuration for Celery

Changed

- Improve task status endpoint path to `tasks/task_id/status`

Fixed

- Correct email templates path in Dockerfile
- Ensure API status updates are committed to database
  • Loading branch information
wilbrdt committed Nov 25, 2024
1 parent 9f886db commit 8b2f483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/app/mork/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Mork module."""

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 8b2f483

Please sign in to comment.