Altered user authentication method in authorization code request.
Change-Id: I01a023ba5018f0ff568e787dc20231c6f088c4d5
diff --git a/full/Changes b/full/Changes
index 4589e7b..2b3e4fa 100644
--- a/full/Changes
+++ b/full/Changes
@@ -1,3 +1,10 @@
+version 0.60.3
+07/05/2018
+ - improved user authentication by using authentication filter for authorization code request (margaretha)
+ - limited client authentication to client id checking in authorization code request (margaretha)
+ - added user_id in the oauth2_access_token table (margaretha)
+ - implemented OAuth2Authentication provider for token context management (margaretha)
+
version 0.60.2
03/05/2018
- implemented OAuth2 client registration (margaretha)