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 43538516 Add section for new release 43538516 is described below commit 435385167920f195971e52e006f1bf9907f5b66d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 9 17:46:04 2024 -0500 Add section for new release --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 513fe6fa..77eeb4c5 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.16.2" date="2024-MM-DD" description="Feature and fix release. Requires a minimum of Java 8."> + <!-- ADD --> + <!-- FIX --> + <!-- UPDATE --> + </release> <release version="1.16.1" date="2024-02-04" description="Feature and fix release. Requires a minimum of Java 8."> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>