diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f57a0ad..435bd9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.9.4] - 2020-05-21 + ### Fixed - Fix path to storage class following refactoring @@ -186,7 +188,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Static and media files are stored in AWS S3 buckets and distributed _via_ Amazon CloudFront -[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.9.3...HEAD +[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.9.4...HEAD +[0.9.4]: https://github.com/openfun/fun-mooc/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/openfun/fun-mooc/compare/v0.9.2...v0.9.3 [0.9.2]: https://github.com/openfun/fun-mooc/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/openfun/fun-mooc/compare/v0.9.0...v0.9.1 diff --git a/src/backend/funmooc/__init__.py b/src/backend/funmooc/__init__.py index c5981731..e94731c0 100644 --- a/src/backend/funmooc/__init__.py +++ b/src/backend/funmooc/__init__.py @@ -1 +1 @@ -__version__ = "0.9.3" +__version__ = "0.9.4" diff --git a/src/frontend/package.json b/src/frontend/package.json index 767c88d7..6545a0b4 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "0.9.3", + "version": "0.9.4", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "prettier": "prettier '**/*.+(css|scss)'",