diff --git a/CHANGELOG.md b/CHANGELOG.md index becdbb1..e415982 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to ## [Unreleased] -## Added +## [1.2.1] - 2024-03-18 + +### Added - Enable email lookup for Keycloak-OAuth @@ -175,7 +177,8 @@ with corresponding Teachers Course Video Details Dashboard - Video details Dashboard -[unreleased]: https://github.com/openfun/potsie/compare/v1.1.0...main +[unreleased]: https://github.com/openfun/potsie/compare/v1.2.1...main +[1.2.1]: https://github.com/openfun/potsie/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/openfun/potsie/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/openfun/potsie/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/openfun/potsie/compare/v0.8.0...v1.0.0 diff --git a/VERSION b/VERSION index 26aaba0..6085e94 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1 diff --git a/src/plugins/package.json b/src/plugins/package.json index 2994adf..5f09bfa 100644 --- a/src/plugins/package.json +++ b/src/plugins/package.json @@ -1,6 +1,6 @@ { "name": "potsie-plugins", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "author": "GIP FUN MOOC", "engines": {