diff --git a/AUTHORS.md b/AUTHORS.md
index 1cf7c3c6a..c9528b210 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -2,8 +2,8 @@
* [Bernhard Posselt](mailto:dev@bernhard-posselt.com)
* [Benjamin Brahmer](mailto:info@b-brahmer.de)
* [Alessandro Cosentino](mailto:cosenal@gmail.com)
-* [Marco Nassabain](mailto:marco.nassabain@hotmail.com)
* [Wolfgang](mailto:github@linux-dude.de)
+* [Marco Nassabain](mailto:marco.nassabain@hotmail.com)
* [Devlin Junker](mailto:devlin.junker@gmail.com)
* [Robin Appelman](mailto:icewind@owncloud.com)
* [Sean Molenaar](mailto:sean@seanmolenaar.eu)
@@ -67,6 +67,7 @@
* [marco.nassabain@etu.unistra.fr](mailto:marco.nassabain@hotmail.com)
* [Anderson Silva](mailto:UnderEu@users.noreply.github.com)
* [Andreas Fischer](mailto:bantu@owncloud.com)
+* [Andreas Mair](mailto:amair.sob@gmail.com)
* [David Guillot](mailto:david@guillot.me)
* [Gioele Falcetti](mailto:thegio.f@gmail.com)
* [Igor Bubelov](mailto:igor@bubelov.com)
@@ -102,7 +103,6 @@
* [Alwaysin](mailto:adrien@demma.fr)
* [Andrea Boero](mailto:mail@tsumi.it)
* [Andreas Demmelbauer](mailto:git@notice.at)
-* [Andreas Mair](mailto:amair.sob@gmail.com)
* [Artem Lavrukhin](mailto:lavryha4590@gmail.com)
* [Arthur Schiwon](mailto:blizzz@arthur-schiwon.de)
* [Aurelien DAVID](mailto:aurelien.david@etu.unistra.fr)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3daf403eb..8fcc621b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,19 +7,24 @@ You can also check [on GitHub](https://github.com/nextcloud/news/releases), the
# Unreleased
## [25.x.x]
### Changed
-- Show red error bubble only if more than 8 updates fail.
-- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys
-- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode
### Fixed
-- set correct input focus when opening `AddFeed` or `Share` modals
-- add item url to open website button aria label for screen readers
-- allow using `toggle starred` and `mark read` icons with keyboard
-- remove close button from list items in screen reader mode
-- mark read on scroll marks visible items as read using vertical compact display mode
-- Items read on other devices do not disappear on pressing 'r'
# Releases
+## [25.1.1] - 2024-12-16
+### Changed
+- Show red error bubble only if more than 8 updates fail. (#2955)
+- Emulate structural heading navigation in screen reader mode with the jump to previous/next articles keys (#2978)
+- Add `PageDown` and `PageUp` for article heading navigation in screen reader mode (#2978)
+
+### Fixed
+- set correct input focus when opening `AddFeed` or `Share` modals (#2965)
+- add item url to open website button aria label for screen readers (#2965)
+- allow using `toggle starred` and `mark read` icons with keyboard (#2965)
+- remove close button from list items in screen reader mode (#2965)
+- mark read on scroll marks visible items as read using vertical compact display mode (#2965)
+- Items read on other devices do not disappear on pressing 'r' (#2981)
+
## [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)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1f45dddb5..63f5b2925 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.1.0
+ 25.1.1
agpl
Benjamin Brahmer
Sean Molenaar