diff --git a/ChangeLog b/ChangeLog
index d8cc229..dc8e8c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.12.0
+
FIX: Restore owner of /opt/keypass files
FIX: startup error log about liquidbase (#171)
FIX: startup log exception about InaccessibleObjectException (#195)
diff --git a/Dockerfile b/Dockerfile
index 7828fd9..b909662 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ ARG CLEAN_DEV_TOOLS
# DB_ENDPOINT host[:port]
ENV DB_ENDPOINT localhost
-ENV KEYPASS_VERSION 1.11.0
+ENV KEYPASS_VERSION 1.12.0
ENV JAVA_VERSION "1.17.0"
ENV JAVA_HOME /usr/lib/jvm/java-${JAVA_VERSION}-openjdk-amd64
ENV CLEAN_DEV_TOOLS ${CLEAN_DEV_TOOLS:-1}
diff --git a/pom.xml b/pom.xml
index d3e89ca..3ddc5c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
es.tid.fiware
keypass
- 1.11.0
+ 1.12.0
Keypass is multi-tenant XACML server with PAP (Policy Administration
Point) andPDP (Policy Detention Point) capabilities.
diff --git a/sonar-project.properties b/sonar-project.properties
index 353737f..255c52a 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -2,7 +2,7 @@
############################ COMMON PROPERTIES
sonar.projectKey=keypass
sonar.projectName=Keypass
-sonar.projectVersion=1.11.0
+sonar.projectVersion=1.12.0
### SOURCES AND EXCLUSIONS
sonar.sources=src