summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2024-04-01 10:57:42 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2024-04-01 15:44:04 +0200
commitd6e37d665fe09113f790fe1eabce6b0ae10a45f9 (patch)
treec635ea7b7a3d8e17a01257ffb6a1729b9cbe94f3
parent8c36f1d8bff24e07eb773a5a5922e51f4350ca0d (diff)
Release 25.0.0-alpha525.0.0-alpha5
Changed - make occ news:updater:job exit with code 2 if last update was too long ago (#2590) - Fix deprecated variable reference in ExportController.php (#2602) - Add support for Nextcloud 29 (#2611) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md11
-rw-r--r--appinfo/info.xml2
2 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a32802171..e283aa6d4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,17 +2,22 @@
All notable changes to this project will be documented in this file.
The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), older entries don't fully match.
+You can also check [on GitHub](https://github.com/nextcloud/news/releases), the release notes there are generated automatically and include every pull request.
+
# Unreleased
## [25.x.x]
### Changed
-- make occ news:updater:job exit with code 2 if last update was too long ago (#2590)
-- Fix deprecated variable reference in ExportController.php (#2602)
-- Add support for Nextcloud 29 (#2611)
### Fixed
# Releases
+## [25.0.0-alpha5] - 2024-04-01
+### Changed
+- make occ news:updater:job exit with code 2 if last update was too long ago (#2590)
+- Fix deprecated variable reference in ExportController.php (#2602)
+- Add support for Nextcloud 29 (#2611)
+
## [25.0.0-alpha4] - 2023-01-25
### Changed
- Add DB index for news_feeds.deleted_at (#2526)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 77f5e9bdb..080ee279d 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)
]]></description>
- <version>25.0.0-alpha4</version>
+ <version>25.0.0-alpha5</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>