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-fileupload.git
The following commit(s) were added to refs/heads/master by this push: new 6d45fe37 Add a section for the next release 6d45fe37 is described below commit 6d45fe370d8a3650df4d704cccc63b7ca344ead3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Dec 27 15:52:44 2023 -0500 Add a 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 8dc6e613..61b7030f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,6 +43,11 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> + <release version="2.0.0" date="2024-MM-DD" description="2.0.0 Release"> + <!-- FIX --> + <!-- ADD --> + <!-- UDPATE --> + </release> <release version="2.0.0-M2" date="2023-12-24" description="2.0.0-M2 Release"> <!-- FIX --> <action dev="ggregory" type="add" due-to="James Reeves">Fix off-by-one error when checking fileSizeMax in FileItemInputImpl #235.</action>