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-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 03ffae7a Add section for the next release 03ffae7a is described below commit 03ffae7a7a0a7827dd08e097b0de8523460185c6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 27 09:39:36 2024 -0400 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 acc9b8b6..386f1062 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,11 @@ The <action> type attribute can be add,update,fix,remove. Defining changes.version allows one to create the RN without first removing the SNAPSHOT suffix. --> <body> + <release version="6.9.1" date="YYYY-MM-DD" description="Maintenance and bug fix release. Requires a minimum of Java 8."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="6.9.0" date="2024-04-21" description="Maintenance and bug fix release."> <!-- ADD --> <action type="update" dev="ggregory" due-to="Pablo Nicolas Diaz, Gary Gregory, Paul King, Mark Roberts">Add Support for Java 16 records #290.</action>