diff --git a/README.md b/README.md
index 47465b1..93a5021 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ JSON in Java [package org.json]
[](https://github.com/stleary/JSON-java/actions/workflows/codeql-analysis.yml)
[](https://javadoc.io/doc/org.json/json)
-**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20251224/json-20251224.jar)**
+**[Click here if you just want the latest release jar file.](https://search.maven.org/remotecontent?filepath=org/json/json/20260522/json-20260522.jar)**
# Overview
diff --git a/build.gradle b/build.gradle
index 898f10d..d8b6980 100644
--- a/build.gradle
+++ b/build.gradle
@@ -42,7 +42,7 @@ subprojects {
}
group = 'org.json'
-version = 'v20251224-SNAPSHOT'
+version = 'v20260522-SNAPSHOT'
description = 'JSON in Java'
sourceCompatibility = '1.8'
diff --git a/docs/RELEASES.md b/docs/RELEASES.md
index 653e2bb..7513766 100644
--- a/docs/RELEASES.md
+++ b/docs/RELEASES.md
@@ -5,6 +5,8 @@ and artifactId "json". For example:
[https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav](https://search.maven.org/search?q=g:org.json%20AND%20a:json&core=gav)
~~~
+20260522 Publish key data, recent commits for minor fixes
+
20251224 Records, fromJson(), and recent commits
20250517 Strict mode hardening and recent commits
diff --git a/pom.xml b/pom.xml
index 8d0881c..4318398 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
org.json
json
- 20251224
+ 20260522
bundle
JSON in Java