From b27d62a8623b2a08be53e992bb10a75f242f3742 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Thu, 23 Mar 2023 12:36:53 +0100 Subject: [PATCH] Missing 'v' in changelog entry, added --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d3ba7e..3e1f107 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). # Changelog for "oidc-library-portal" -## [1.3.2-SNAPSHOT] +## [v1.3.2-SNAPSHOT] `UserSitesToGroupsAndRolesMapper` class is now more resilient to `Groups` that are not found in Liferay and for which the `LiferayGroupManager` returns -1 as its Id instead of exception throwing (#24831) ## [v1.3.1]