diff --git a/CHANGELOG.md b/CHANGELOG.md index dc51196d..95db983b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0] - 2021-08-16 + ### Fixed - limit the scope of the unread topics view to the current LTIContext @@ -161,7 +163,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Update sandbox settings to be able to run Ashley in an `iframe` on multiple external websites -[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...master +[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0...master +[1.0.0]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...v1.0.0 [1.0.0-beta.6]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...v1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/openfun/ashley/compare/v1.0.0-beta.4...v1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/openfun/ashley/compare/v1.0.0-beta.3...v1.0.0-beta.4 diff --git a/setup.cfg b/setup.cfg index fcebb755..0a50338b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ashley -version = 1.0.0-beta.6 +version = 1.0.0 description = A self-hosted discussion forum for learning long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/frontend/package.json b/src/frontend/package.json index f8d20052..515b660c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ashley", - "version": "1.0.0-beta.6", + "version": "1.0.0", "description": "A self-hosted discussion forum for learning", "scripts": { "build": "tsc --noEmit && webpack",