Skip to content

Commit 999202c

Browse files
github-actions[bot]kidager
authored andcommitted
chore(main): release 1.3.1
1 parent f2f8872 commit 999202c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.3.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.3.0...v1.3.1) (2026-01-27)
4+
5+
6+
### Dependencies
7+
8+
* bump org.junit.jupiter:junit-jupiter from 5.11.4 to 6.0.2 ([f2f8872](https://github.com/for-keycloak/email-otp-authenticator/commit/f2f8872dbb9bea6712f364a24034b25218c24161))
9+
* bump postgres from 17.4 to 18.1 ([1882fe5](https://github.com/for-keycloak/email-otp-authenticator/commit/1882fe5cf694f6f5498b8e54701574d8efbace6c))
10+
* bump the minor-versions group with 2 updates ([b4128b6](https://github.com/for-keycloak/email-otp-authenticator/commit/b4128b64b6fd91d9a38e274855b508afa86588e3))
11+
312
## [1.3.0](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.2.4...v1.3.0) (2026-01-27)
413

514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Add the following to your Dockerfile:
9292

9393
```dockerfile
9494
# Download and install the authenticator
95-
ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.3.0" # x-release-please-version
95+
ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.3.1" # x-release-please-version
9696
ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.2"
9797
ADD https://github.com/for-keycloak/email-otp-authenticator/releases/download/${EMAIL_OTP_AUTHENTICATOR_VERSION}/email-otp-authenticator-${EMAIL_OTP_AUTHENTICATOR_VERSION}-kc-${EMAIL_OTP_AUTHENTICATOR_KC_VERSION}.jar \
9898
/opt/keycloak/providers/email-otp-authenticator.jar

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>ch.jacem.for_keycloak</groupId>
66
<artifactId>email_otp_authenticator</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.3.0</version>
8+
<version>1.3.1</version>
99

1010
<name>Email OTP Authenticator</name>
1111
<description>A custom configurable OTP for keycloak, that sends the code via email</description>

0 commit comments

Comments
 (0)