diff --git a/ChangeLog.md b/ChangeLog.md index 1f50612d04..7ecf898694 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -16,6 +16,13 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> + +**2025-11-26 Alex O'Ree (alexoree AT apache DOT org)** + +* _3.0.0-git-11_ + +* [JSPWIKI-1248](https://issues.apache.org/jira/browse/JSPWIKI-1248) - Additional password change check to enforce X number of characters are different from the original + **2025-11-23 Alex O'Ree (alexoree AT apache DOT org)** * _3.0.0-git-10_ 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 5711d96190..25c2c2ddf0 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 = "10"; + public static final String BUILD = "11"; /** * This is the generic version string you should use when printing out the version. It is of