diff --git a/AUTHORS.md b/AUTHORS.md
index 934c05454..1cf7c3c6a 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -3,8 +3,8 @@
* [Benjamin Brahmer](mailto:info@b-brahmer.de)
* [Alessandro Cosentino](mailto:cosenal@gmail.com)
* [Marco Nassabain](mailto:marco.nassabain@hotmail.com)
-* [Devlin Junker](mailto:devlin.junker@gmail.com)
* [Wolfgang](mailto:github@linux-dude.de)
+* [Devlin Junker](mailto:devlin.junker@gmail.com)
* [Robin Appelman](mailto:icewind@owncloud.com)
* [Sean Molenaar](mailto:sean@seanmolenaar.eu)
* [Paul Tirk](mailto:paultirk@paultirk.com)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3aafb0f28..8cdc93775 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,18 +7,23 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
-- add region role to content list and details so that it can be used by screen readers
-- split display settings in "display mode" and "split mode" to allow combining modes
-- add display mode optimized for screen readers
### Fixed
-- use appropriate semantic HTML elements for the item list to be recognised by screen readers
-- make title in item list clickable for screen readers to select the current item
-- remove mime type check when importing `opml`, they are not reliable anyway
+
+# Releases
+## [25.1.0] - 2024-12-01
+### Changed
+- add region role to content list and details so that it can be used by screen readers (#2946)
+- split display settings in "display mode" and "split mode" to allow combining modes (#2950)
+- add display mode optimized for screen readers (#2950)
+
+### Fixed
+- use appropriate semantic HTML elements for the item list to be recognised by screen readers (#2946)
+- make title in item list clickable for screen readers to select the current item (#2946)
+- remove mime type check when importing `opml`, they are not reliable anyway (#2951)
- Embedded images are all scaled to max (#2945)
- If an article doesn't have title, there's no link to the article (#758)
-# Releases
## [25.0.3] - 2024-11-27
### Changed
- Items list style in compact mode to improve readability (and better match v24's style) (#2918)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c4f295832..1f45dddb5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -21,7 +21,7 @@ Create a [feature request](https://github.com/nextcloud/news/discussions/new)
Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
]]>
- 25.0.3
+ 25.1.0
agpl
Benjamin Brahmer
Sean Molenaar