diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e248c..7c55c0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v1.0.13](https://github.com/in2workspace/in2-verifier-api/releases/tag/v1.0.13) +### Fixed +- Fix contact us link not working + ## [v1.0.12](https://github.com/in2workspace/in2-verifier-api/releases/tag/v1.0.12) ### Fixed - Unauthorized Http response code for failed validation of VP token diff --git a/build.gradle b/build.gradle index 11486c2..105e929 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } group = 'es.in2' -version = '1.0.12' +version = '1.0.13' java { toolchain { diff --git a/src/main/resources/templates/client-authentication-error.html b/src/main/resources/templates/client-authentication-error.html index 69b4418..b343509 100644 --- a/src/main/resources/templates/client-authentication-error.html +++ b/src/main/resources/templates/client-authentication-error.html @@ -154,7 +154,7 @@
- Need help? Contact us and provide us with the information above, so we can assist you. + Need help? Contact us and provide us with the information above, so we can assist you.
@@ -166,14 +166,14 @@