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-csv.git
The following commit(s) were added to refs/heads/master by this push: new 2504050a Add section for the next release 2504050a is described below commit 2504050a37e77c9488dd55bd8eea5c7c4a216c02 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 19 22:14:21 2025 +0000 Add section for the next release --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d00d6e6e..d616b8cb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,6 +40,11 @@ <title>Apache Commons CSV Release Notes</title> </properties> <body> + <release version="1.14.1" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="1.14.0" date="2025-03-15" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX --> <action type="fix" issue="CSV-317" dev="ggregory" due-to="Filipe Roque">Release history link changed from changes-report.html to changes.html #516.</action>