Added service layer to SearchController, added OAuth2 scope handling,
fixed bugs.
Change-Id: Id6cfb5c264472d106314dbd4a485681460e67288
diff --git a/full/Changes b/full/Changes
index 98b84e8..51c8844 100644
--- a/full/Changes
+++ b/full/Changes
@@ -1,3 +1,11 @@
+version 0.60.5
+09/07/2018
+ - Added service layer to the search controller (margaretha)
+ - Added OAuth2 scope checking in search and VC controllers (margaretha)
+ - Added handling OAuth2 bearer token for VC access and User group controllers (margaretha)
+ - Added default scope to password grant (margaretha)
+
+
version 0.60.4
05/07/2018
- implemented OAuth2 authorization code request with OpenID Authentication (margaretha)