From b2f335221496394c46a0dd18f48cd6adb914624e Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Mon, 15 May 2023 12:12:09 +0200 Subject: [PATCH] release 2.4.14 Signed-off-by: Hans Zandbelt --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1d0e1cb3..d88d11ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +05/15/2023 +- release 2.4.14 + 05/05/2023 - add exec support to OIDCClientSecret; see #1056; thanks @sealor diff --git a/configure.ac b/configure.ac index c4696f5f..6c2dfcd6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_openidc],[2.4.14rc13],[hans.zandbelt@openidc.com]) +AC_INIT([mod_auth_openidc],[2.4.14],[hans.zandbelt@openidc.com]) AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())