From c9b4575b9c2dda916311da7a87cf6be507151326 Mon Sep 17 00:00:00 2001 From: Quitterie Lucas Date: Mon, 18 Mar 2024 15:07:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(patch)=20bump=20release=20to=201.2?= =?UTF-8?q?.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added: - Enable email lookup for Keycloak-OAuth --- CHANGELOG.md | 7 +++++-- VERSION | 2 +- src/plugins/package.json | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) 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": {