Added redirect URI validation in authorization request (addressed #374)

Change-Id: I7e3bbc9cdfcf85fa897e0425cdc6bdb3eeda94f4
diff --git a/full/Changes b/full/Changes
index 22123c1..6eff087 100644
--- a/full/Changes
+++ b/full/Changes
@@ -2,6 +2,7 @@
 
 2022-05-25
  - Added a new API: list plugins (e.g for marketplace)
+ - Added redirect URI validation in authorization request (addressed #374)
 
 
 # version 0.67.1
@@ -27,7 +28,7 @@
 
 2022-03-31
  - Updated query and user-group name pattern.
- 2022-04-08
+2022-04-08
  - Added redirect_uri to client info API.
 2022-04-11
  - Added registration_date, refresh_token_expiry, source and is_permitted
@@ -41,8 +42,8 @@
  - Updated authorization error response. (Included error and error 
    description in the client redirect URI except for missing or 
    invalid client id or redirect URI.
-
-
+ 
+ 
 # version 0.65.2
 
 2022-03-03