This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 0bbefd9 Add section for the next release 0bbefd9 is described below commit 0bbefd98c12ab34c863aa49315a5eb165b31998b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 24 11:35:33 2024 -0400 Add section for the next release --- src/changes/changes.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 246c115..f245951 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,6 +43,8 @@ The <action> type attribute can be add,update,fix,remove. <title>Release Notes</title> </properties> <body> + <release version="1.3.2" date="YUYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> + </release> <release version="1.3.1" date="2024-03-16" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>