Skip to content

Commit

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

- Allow to OPTIONS and POST `tasks` endpoint without a trailing slash

Fixed

- Remove unused `REDIS_` environment variables that cause conflict on k8s
  • Loading branch information
wilbrdt committed Nov 4, 2024
1 parent 05be21f commit ba69a35
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.3.0] - 2024-11-04

## Added

- Allow to OPTIONS and POST `tasks` endpoint without a trailing slash
Expand Down Expand Up @@ -37,6 +39,7 @@ 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.2.0...main
[unreleased]: https://github.com/openfun/mork/compare/v0.3.0...main
[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
[0.1.0]: https://github.com/openfun/mork/compare/1e60ac8...v0.1.0
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.2.0"
__version__ = "0.3.0"

0 comments on commit ba69a35

Please sign in to comment.