diff --git a/ChangeLog.md b/ChangeLog.md index a1388618df..0c8c1e10a0 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,6 +16,16 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> +**2025-11-08 Alex O'Ree (alexoree AT apache DOT org)** + +* _3.0.0-git-04_ + +* Dependency Updates + * Akismet library change to a supported version + * Removal of commons-http v2 + +* [JSPWIKI-1219](https://issues.apache.org/jira/browse/JSPWIKI-1219) SpamFilter removal of asirra.com due to service shutdown 10 years ago +* [JSPWIKI-1218](https://issues.apache.org/jira/browse/JSPWIKI-1218) Removal of commons-http-client v2 **2025-11-07 Alex O'Ree (alexoree AT apache DOT org)** @@ -36,6 +46,7 @@ under the License. * [JSPWIKI-1183](https://issues.apache.org/jira/browse/JSPWIKI-1183) The IfPlugin now supports IP address checks using CIDR style netmasks * [JSPWIKI-1283](https://issues.apache.org/jira/browse/JSPWIKI-1283) Removes the asirra.com based captcha filtering + **2025-09-30 Juan Pablo Santos (juanpablo AT apache DOT org)** * _3.0.0-git-02_ 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 49f26499d0..bb1d5a2fd7 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 = "03"; + public static final String BUILD = "04"; /** * This is the generic version string you should use when printing out the version. It is of