diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed99913a..be79b82e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,13 @@ If this version doesn't do what you want, don't use it ... simple.
Changes from 0xb00bface's v5.3.0 version.
+25.09.26
+========================
+* Added BongaCams URL entry warning
+* Added model online detection for CGF search, sends name instead of image URL if offline
+ Note: Sending name for FC2 will fail to find matches (Japanese), DC cannot send URL to preview image (wrong mimetype).
+* Implement PAC (Proxy Auto Configuration)
+
25.09.15
========================
* Add missing UserAgent parameter to minimal-browser call for some sites
diff --git a/client/pom.xml b/client/pom.xml
index b90db95a..d94eb50f 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 25.9.15
+ 25.9.26
../master
diff --git a/common/pom.xml b/common/pom.xml
index 6084edad..90699af2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 25.9.15
+ 25.9.26
../master
diff --git a/master/pom.xml b/master/pom.xml
index 49362cbe..dd2eea60 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -11,7 +11,7 @@
ctbrec
master
pom
- 25.9.15
+ 25.9.26
../common
diff --git a/server/pom.xml b/server/pom.xml
index d6ec8477..819d1c38 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
ctbrec
master
- 25.9.15
+ 25.9.26
../master