Skip to content

Commit 37f401d

Browse files
github-actions[bot]kidager
authored andcommitted
chore(main): release 1.3.3
1 parent b4ee770 commit 37f401d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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.2"
2+
".": "1.3.3"
33
}

CHANGELOG.md

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

3+
## [1.3.3](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.3.2...v1.3.3) (2026-02-11)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **keycloak:** update default version references from 26.5.2 to 26.5.3 ([b4ee770](https://github.com/for-keycloak/email-otp-authenticator/commit/b4ee770cf02f2d98b65cb0c22fc86fbbe800c386))
9+
10+
11+
### Dependencies
12+
13+
* bump keycloak/keycloak in the minor-versions group ([3f59a11](https://github.com/for-keycloak/email-otp-authenticator/commit/3f59a11c7f26df50f57350c3a015996097f9de00))
14+
* bump the minor-versions group with 5 updates ([dcaccb0](https://github.com/for-keycloak/email-otp-authenticator/commit/dcaccb0461302dbc535bf60c9aacc0f785d34016))
15+
316
## [1.3.2](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.3.1...v1.3.2) (2026-02-03)
417

518

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.2" # x-release-please-version
95+
ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.3.3" # x-release-please-version
9696
ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.3"
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.2</version>
8+
<version>1.3.3</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)