diff --git a/CHANGELOG.md b/CHANGELOG.md index 80260696..4fdae9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.7.1] - 2019-11-24 + +### Fixed + +- Add missing user related urls and settings. + ## [0.7.0] - 2019-11-23 ### Changed @@ -121,7 +127,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.7.0...HEAD +[unreleased]: https://github.com/openfun/fun-mooc/compare/v0.7.1...HEAD +[0.7.1]: https://github.com/openfun/fun-mooc/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/openfun/fun-mooc/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/openfun/fun-mooc/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/openfun/fun-mooc/compare/v0.4.3...v0.5.0 diff --git a/src/backend/funmooc/__init__.py b/src/backend/funmooc/__init__.py index 49e0fc1e..a5f830a2 100644 --- a/src/backend/funmooc/__init__.py +++ b/src/backend/funmooc/__init__.py @@ -1 +1 @@ -__version__ = "0.7.0" +__version__ = "0.7.1" diff --git a/src/frontend/package.json b/src/frontend/package.json index f3b1cad9..8e9f212d 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "funmooc", - "version": "0.7.0", + "version": "0.7.1", "description": "Richie-powered CMS for fun-mooc.fr", "scripts": { "prettier": "prettier '**/*.+(css|scss)'",