diff --git a/CHANGES.md b/CHANGES.md index 83a6261f5..b5bed0070 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,24 @@ CHANGELOG ========= -8.7.3+dev (XXXX-XX-XX) +8.8.0 (2024-04-10) ----------------------- +**Improvements** + +- Refactor storage usage with default_storage and staticfiles_storage + +**Tests** + +- Use temporary media folder for tests +- Make `MapentityTestCase` more consistent + +**CI** + +- Parallelize tests in CI +- Fix codecov + + 8.7.3 (2024-04-02) ------------------- diff --git a/mapentity/VERSION b/mapentity/VERSION index ea270c29a..cfc27b4fa 100644 --- a/mapentity/VERSION +++ b/mapentity/VERSION @@ -1 +1 @@ -8.7.3+dev +8.8.0 \ No newline at end of file