From 35b206b23093656cf70331e3bc20ce48ac6bc06b Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 12 Aug 2021 15:25:27 +0000 Subject: [PATCH] Automated changelog update [skip ci] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e04e563f48..a894fcc4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,21 @@ The following sections list the changes for unreleased. ## Summary * Bugfix - Specify primary user type for all accounts: [#2364](https://github.com/owncloud/ocis/pull/2364) +* Enhancement - Replace unmaintained jwt library: [#2386](https://github.com/owncloud/ocis/pull/2386) ## Details * Bugfix - Specify primary user type for all accounts: [#2364](https://github.com/owncloud/ocis/pull/2364) https://github.com/owncloud/ocis/pull/2364 + +* Enhancement - Replace unmaintained jwt library: [#2386](https://github.com/owncloud/ocis/pull/2386) + + The old library [github.com/dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go) + is unmaintained and was replaced by the community maintained fork + [github.com/golang-jwt/jwt](https://github.com/golang-jwt/jwt). + + https://github.com/owncloud/ocis/pull/2386 # Changelog for [1.10.0] (2021-08-06) The following sections list the changes for 1.10.0.