Skip to content

Commit 7d12650

Browse files
authored
chore(main): release 1.2.2 (#29)
1 parent 2d57874 commit 7d12650

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.2.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

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

3+
## [1.2.2](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.2.1...v1.2.2) (2026-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** prevent 2FA bypass when user lacks required role in alternative flows ([954adb7](https://github.com/for-keycloak/email-otp-authenticator/commit/954adb7c9caee2d9466ecb507294b0cad919fd19))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* **build:** update Keycloak versions ([933cd80](https://github.com/for-keycloak/email-otp-authenticator/commit/933cd803ffb8c4d751a5bf948f0400d859486099))
14+
15+
16+
### Dependencies
17+
18+
* **ci:** bump actions/checkout to v6.0.2 ([2d57874](https://github.com/for-keycloak/email-otp-authenticator/commit/2d578747cdff0dccca0dd0ff916b92da499b9338))
19+
320
## [1.2.1](https://github.com/for-keycloak/email-otp-authenticator/compare/v1.2.0...v1.2.1) (2026-01-25)
421

522

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.2.1" # x-release-please-version
35+
ARG EMAIL_OTP_AUTHENTICATOR_VERSION="v1.2.2" # x-release-please-version
3636
ARG EMAIL_OTP_AUTHENTICATOR_KC_VERSION="26.5.2"
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.2.1</version>
8+
<version>1.2.2</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)