diff --git a/docs/meta/meta_versions.md b/docs/meta/meta_versions.md
index 3dd4d03..418d0be 100644
--- a/docs/meta/meta_versions.md
+++ b/docs/meta/meta_versions.md
@@ -37,20 +37,26 @@ The purpose of this page is to indicate the latest versions of Ontimize Boot pro
+
+ | 3.15.1 |
+ 3.15.1 |
+ 5.12.1 |
+ 3.2.0 |
+ 1.3.1 |
+ 3.4.0 |
+ 1.2.0 |
+
| 3.15.0 |
3.15.0 |
5.12.0 |
- 3.2.0 |
- 1.3.1 |
- 3.4.0 |
- 1.0.4 |
| 3.14.0 |
3.14.0 |
5.11.0 |
3.1.0 |
+ 1.0.4 |
| 3.13.0 |
diff --git a/docs/systems/keycloak/systems_keycloak_programmatically.md b/docs/systems/keycloak/systems_keycloak_programmatically.md
index 1cd5a3b..b1692e8 100644
--- a/docs/systems/keycloak/systems_keycloak_programmatically.md
+++ b/docs/systems/keycloak/systems_keycloak_programmatically.md
@@ -1118,7 +1118,7 @@ ontimize:
-### Provide the tenants programatically
+### Provide the tenants programmatically
The **OntimizeKeycloakConfigResolver** bean is responsible for managing tenants, so we need to provide it with the tenants we want to use. For this we will add the new TenantsService class.
@@ -1488,6 +1488,9 @@ public class TenantsService {
+{: .note}
+> Since Ontimize version 3.15.0, **IOntimizeMultitenantKeycloakConfigResolver** interface has been replaced by **OntimizeKeycloakConfigResolve** class.
+
## Removing the configurations and classes that are no longer needed
Once the **Keycloak** authentication had been implemented, the configurations and the data access objects for Ontimize authentication can be removed.