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 57ae2108 Add section for the next release 57ae2108 is described below commit 57ae21083d46a5f3ebdfe1b98afeb6006b0720e1 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Feb 26 21:01:28 2024 -0500 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 78060a59..7904af68 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -59,6 +59,8 @@ 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.8.3" date="2024-MM-DD" description="Maintenance and bug fix release."> + </release> <release version="6.8.2" date="2024-02-21" description="Maintenance and bug fix release."> <!-- FIX --> <action type="add" dev="ggregory" due-to="Guillaume Nodet">Fix ConcurrentModificationException in org.apache.bcel.util.SyntheticRepository.getInstance() #275.</action>