Skip to content

Commit

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

- Add and protect `wiki_article` and `wiki_articlerevision` tables
- Add `created_at` and `updated_at` fields to response from user API

Fixed

- Scrub `email` and `username` fields from logs and exceptions sent to Sentry
  • Loading branch information
wilbrdt committed Dec 2, 2024
1 parent 5a6a6bd commit e469ed9
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.6.0] - 2024-12-02

### Added

- Add and protect `wiki_article` and `wiki_articlerevision` tables
Expand Down Expand Up @@ -87,7 +89,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.5.0...main
[unreleased]: https://github.com/openfun/mork/compare/v0.6.0...main
[0.6.0]: https://github.com/openfun/mork/compare/v0.5.0...v0.6.0
[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
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.5.0"
__version__ = "0.6.0"

0 comments on commit e469ed9

Please sign in to comment.