diff --git a/CHANGELOG.md b/CHANGELOG.md
index d2b6603b5a0069fe959dc9bc7c134be92d4cd44b..e1544830702feedc316da6018f23eaf253cdc61b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - #76 => Adding label min and max for the between component
 - #73 => Result page design improved
 - #83 => Upgrade dependencies
+- #86 => Renderers in result section optimizedS
 
 ### Security
 - Migrate to Angular v8 to v9
+- Migrate from anis-server v3.1 to 3.2
+- Migrate from anis-auth v3.1 to 3.2
+
 
 ## [3.1.0] - 2020-03
 ### Added
diff --git a/src/settings/settings.ts b/src/settings/settings.ts
index 1aa78842417470a64391bab629313ce786fbf0d4..4985cdaf40e6733786320a582ffec9c80010ab11 100644
--- a/src/settings/settings.ts
+++ b/src/settings/settings.ts
@@ -1,5 +1,5 @@
 export const VERSIONS = {
-    anisClient: '3.1',
-    anisServer: '3.1',
-    anisAuth: '1.0'
+    anisClient: '3.2',
+    anisServer: '3.2',
+    anisAuth: '3.2'
 };