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
commit 447682ec4a4bba7ea3c4edf89a87c63ff5bf718e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Apr 28 17:52:34 2024 -0400 Match version to POM --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d99727fb..12b04ad3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -40,7 +40,7 @@ <title>Apache Commons CSV Release Notes</title> </properties> <body> - <release version="1.10.1" date="YYYY-MM-DD" description="Feature and bug fix release (Java 8 or above)"> + <release version="1.11.0" date="YYYY-MM-DD" description="Feature and bug fix release (Java 8 or above)"> <!-- ADD --> <action issue="CSV-308" type="add" dev="ggregory" due-to="Buddhi De Silva, Gary Gregory">[Javadoc] Add example to CSVFormat#setHeaderComments() #344.</action> <action type="add" dev="ggregory" due-to="DamjanJovanovic, Gary Gregory">Add and use CSVFormat#setTrailingData(boolean) in CSVFormat.EXCEL for Excel compatibility #303.</action>