diff --git a/ChangeLog.md b/ChangeLog.md index cf704973d6..17d9a5ca8d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,6 +16,12 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> +**2025-12-16 Alex O'Ree (alexoree AT apache DOT org)** + +* _3.0.0-git-22_ + +* [JSPWIKI-1267](https://issues.apache.org/jira/browse/JSPWIKI-1267) FormElement plugins are not listed in the jspwiki module xml file + **2025-12-15 Alex O'Ree (alexoree AT apache DOT org)** * _3.0.0-git-21_ diff --git a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java index c6e59958c9..35f0eeddbe 100644 --- a/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java +++ b/jspwiki-api/src/main/java/org/apache/wiki/api/Release.java @@ -69,7 +69,7 @@ public final class Release { *
* If the build identifier is empty, it is not added. */ - public static final String BUILD = "21"; + public static final String BUILD = "22"; /** * This is the generic version string you should use when printing out the version. It is of