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-codec.git
The following commit(s) were added to refs/heads/master by this push: new f093e24a Add section for the next release f093e24a is described below commit f093e24a087679b70e5816ae9e3acb2251bdb990 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Apr 27 09:37: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 a8a65fdc..25c5bb19 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. <author>Apache Commons Developers</author> </properties> <body> + <release version="1.17.1" date="YYYY-MM-DD" description="Feature and fix release. Requires a minimum of Java 8."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> <release version="1.17.0" date="2024-04-20" description="Feature and fix release. Requires a minimum of Java 8."> <!-- FIX --> <action type="fix" issue="CODEC-320" dev="ggregory" due-to="Martin Frydl, Gary Gregory">Wrong output of DoubleMetaphone in 1.16.1.</action>