From 19232c2e4e7b65bb0bb0fe6dd2f43d10dcde7448 Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Tue, 30 Jan 2024 15:42:37 +0100 Subject: [PATCH] release 2.4.15.1 Signed-off-by: Hans Zandbelt --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49e874ec..2f0c312d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +01/30/2024 +- release 2.4.15.1 + 01/22/2024 - refactor metrics and fix Prometheus output overlap; closes #1161; see #1162 and #1160; thanks @studersi - bump to 2.4.15.1rc0 diff --git a/configure.ac b/configure.ac index 9907432c..87562d63 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([mod_auth_openidc],[2.4.15.1rc0],[hans.zandbelt@openidc.com]) +AC_INIT([mod_auth_openidc],[2.4.15.1],[hans.zandbelt@openidc.com]) AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())