Skip to content

Commit afae9b2

Browse files
authored
chore(main): release 1.2.0 (#26)
1 parent 2ad13a5 commit afae9b2

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-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.1.4"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
## [1.2.0](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.1.4...v1.2.0) (2026-01-25)
4+
5+
6+
### Features
7+
8+
* **build:** add support for Keycloak 26.2.5-26.5.1 ([689b796](https://github.com/for-keycloak/email-otp-authenticator/commit/689b7961d4cd449affa5457787f459b32dbfdc41))
9+
* **otp:** add role-based conditional authentication ([70c201e](https://github.com/for-keycloak/email-otp-authenticator/commit/70c201ea640ef17a1a20feb5fc0c8e584ce49439)), closes [#15](https://github.com/for-keycloak/email-otp-authenticator/issues/15)
10+
11+
12+
### Bug Fixes
13+
14+
* **email:** calculate TTL minutes in Java instead of FreeMarker ([e5b6572](https://github.com/for-keycloak/email-otp-authenticator/commit/e5b65729b36e30c22473521678f870b0c0c8ea84))
15+
16+
17+
### Tests
18+
19+
* **e2e:** add Playwright end-to-end tests ([5e16d7b](https://github.com/for-keycloak/email-otp-authenticator/commit/5e16d7bd12f2f6abe684ebf926f2ee55cb5eaa25))
20+
21+
22+
### Continuous Integration
23+
24+
* **release:** update GitHub Actions to latest versions ([2ad13a5](https://github.com/for-keycloak/email-otp-authenticator/commit/2ad13a5b2ffad8da68f4100822b84b7b8afd9cf1))
25+
326
## [1.1.4](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.1.3...v1.1.4) (2025-05-05)
427

528

README.md

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

3333
```dockerfile
3434
# Download and install the authenticator
35-
ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.1.4" # x-release-please-version
35+
ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.2.0" # x-release-please-version
3636
ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.1"
3737
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 \
3838
/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.1.4</version>
8+
<version>1.2.0</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)