Set expiration of cookies in Auth plugin to 3 days

Change-Id: Ib9549df50b2f931e54b4cdc83c407ca8519ac683
diff --git a/Changes b/Changes
index d7e596e..baa36e4 100755
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-0.45 2022-05-11
+0.45 2022-05-20
         - Added confidential client support to OAuth. (diewald)
         - Added OAuth client authorization handling. (diewald)
         - Mark public clients as slightly more insecure. (diewald)
@@ -6,6 +6,8 @@
         - Support plugin declarations on registration. (diewald)
         - Fetch client information before grant request. (diewald)
         - Enable Zooming on mobile clients. (diewald)
+        - Auth Plugin sets cookie expiration explicitely
+          to 3 days. (diewald)
 
 0.44 2022-02-31
         - Fixed autosecrets migration. (diewald)