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())