diff --git a/ChangeLog b/ChangeLog index 8b2d56e5..3d81825c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +08/23/2024 +- release 2.4.16 + 07/03/2024 - cfg/provider: use oidc_jwk_list_copy when merging client_keys diff --git a/configure.ac b/configure.ac index 0a096c54..042e33ae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_openidc],[2.4.16dev],[hans.zandbelt@openidc.com]) +AC_INIT([mod_auth_openidc],[2.4.16],[hans.zandbelt@openidc.com]) AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())