diff --git a/ChangeLog.md b/ChangeLog.md index 02219aa03b..cf704973d6 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-12-15 Alex O'Ree (alexoree AT apache DOT org)** + +* _3.0.0-git-21_ + +* [JSPWIKI-1198](https://issues.apache.org/jira/browse/JSPWIKI-1198) sets the pom to notify maven of the relocated artifact for the IT tests +* [JSPWIKI-1265](https://issues.apache.org/jira/browse/JSPWIKI-1265) additional skins for the haddock template +* [JSPWIKI-205](https://issues.apache.org/jira/browse/JSPWIKI-205) adds an override for obfuscating or deobfuscating data +* [JSPWIKI-130](https://issues.apache.org/jira/browse/JSPWIKI-130) addresses the secondary reported issue +* [JSPWIKI-1102](https://issues.apache.org/jira/browse/JSPWIKI-1102) optional chartist plugin + **2025-12-14 Alex O'Ree (alexoree AT apache DOT org)** * _3.0.0-git-20_ 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 1924816aff..c6e59958c9 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 = "20"; + public static final String BUILD = "21"; /** * This is the generic version string you should use when printing out the version. It is of