Skip to content

Commit

Permalink
Merge branch 'release/1.2.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaow-de committed Dec 29, 2024
2 parents fa66b05 + b280db3 commit f65bed8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpsemver.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpsemver]
current_version = 1.2.1
current_version = 1.2.2
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ K := $(foreach exec,$(EXECUTABLES),\
ROOT_DIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

BINARY=pam-keycloak-oidc
VERSION=1.2.1
VERSION=1.2.2
BUILD=`git rev-parse HEAD`
PLATFORMS=darwin linux windows
ARCHITECTURES=amd64 arm64
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pam-keycloak-oidc

Current version: **1.2.1**
Current version: **1.2.2**

PAM module connecting to [Keycloak](https://www.keycloak.org/) for user authentication using OpenID Connect protocol,
MFA (Multi-Factor Authentication) or TOTP (Time-based One-time Password) is supported.
Expand Down

0 comments on commit f65bed8

Please sign in to comment.