From 3f2ff053269572dceef78bdefe3b8c3ecfd83076 Mon Sep 17 00:00:00 2001 From: kwwall Date: Mon, 7 Oct 2024 21:22:33 -0400 Subject: [PATCH] Fix release date. --- documentation/esapi4java-core-2.5.5.0-release-notes.txt | 4 ++-- scripts/vars.2.5.5.0 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/esapi4java-core-2.5.5.0-release-notes.txt b/documentation/esapi4java-core-2.5.5.0-release-notes.txt index 0be387f6b..69a4e6e77 100644 --- a/documentation/esapi4java-core-2.5.5.0-release-notes.txt +++ b/documentation/esapi4java-core-2.5.5.0-release-notes.txt @@ -1,5 +1,5 @@ Release notes for ESAPI 2.5.5.0 - Release date: 2024-10-06 + Release date: 2024-10-07 Project leaders: -Kevin W. Wall -Matt Seil @@ -98,7 +98,7 @@ None known, other than the remaining open issues on GitHub. ----------------------------------------------------------------------------- -Developer Activity Report (Changes between release 2.5.4.0 and 2.5.5.0, i.e., between 2024-05-30 and 2024-10-06) +Developer Activity Report (Changes between release 2.5.4.0 and 2.5.5.0, i.e., between 2024-05-30 and 2024-10-07) Generated manually (this time) -- all errors are the fault of kwwall and his inability to do simple arithmetic. Note: This only lists merged PRs, not those that were closed as rejected. diff --git a/scripts/vars.2.5.5.0 b/scripts/vars.2.5.5.0 index f64e62384..1c0478de7 100644 --- a/scripts/vars.2.5.5.0 +++ b/scripts/vars.2.5.5.0 @@ -8,7 +8,7 @@ VERSION=2.5.5.0 PREV_VERSION=2.5.4.0 # Release date of current version in yyyy-mm-dd format -YYYY_MM_DD_RELEASE_DATE=2024-10-06 +YYYY_MM_DD_RELEASE_DATE=2024-10-07 # Previous ESAPI release date in same format PREV_RELEASE_DATE=2024-05-30