diff --git a/CHANGELOG.md b/CHANGELOG.md
index 32b334835c9e11faaeac4a830ee209811920077b..e102be5b7c21d102783e38b20f64a7473baa3c87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-### Changed
-
 - New version requirement: MariaDB 11.2 or later.
 
+### Changed
+
 ### Deprecated
 
 ### Removed
@@ -21,9 +21,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Fixed
 
-- [SQL dump migration can now be applied twice](https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60): Fixed an error in the regex.
-- [linkahead-server#264 Queries ignore accents and umlauts](https://gitlab.com/linkahead/linkahead-server/-/issues/264): Changed to more appropriate
-  collation and character sets.
+- [SQL dump migration can now be applied
+  twice](https://gitlab.indiscale.com/caosdb/src/caosdb-mysqlbackend/-/issues/60):
+  Fixed an error in the regex.
+- [linkahead-server#264](https://gitlab.com/linkahead/linkahead-server/-/issues/264)
+  Queries ignore accents and umlauts: Changed to more appropriate
+  collation and character sets. This requires MariaDB 11.2 or later,
+  see above.
 
 ### Security
 
diff --git a/patches/patch20250130-8.0.1/patch.sh b/patches/patch20250130-8.1.0/patch.sh
similarity index 99%
rename from patches/patch20250130-8.0.1/patch.sh
rename to patches/patch20250130-8.1.0/patch.sh
index aca1f7acbf78303f7526a8de329125054d89b78b..5a092150f217c44d100a15735523ef74ea613a8b 100755
--- a/patches/patch20250130-8.0.1/patch.sh
+++ b/patches/patch20250130-8.1.0/patch.sh
@@ -24,7 +24,7 @@
 # Set the collation so that accents on characters become relevant.
 
 OLD_VERSION="v8.0.0"
-NEW_VERSION="v8.0.1"
+NEW_VERSION="v8.1.0"
 
 if [ -z "$UTILSPATH" ]; then
   UTILSPATH="../utils"