summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-08-16 09:03:20 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-16 14:45:24 +0200
commit0c7b9112f482480ca03cf3edc154aec3b59142d0 (patch)
tree6ffb536ed8fbb5045f8e740bbea5d3627cf314b4
parent4bc55988584273fcee4de9604a7dfe80736d7a31 (diff)
Release 23.0.023.0.0
Changed - Drop support for PHP 7.4 new min. version is php 8.0 (#2237) - Upgrade feed-io to v5.1.3 (#2238) Fixed - Some feeds missing items (#2236) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6fb6bda61..29dd34625 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,10 +9,15 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
### Fixed
# Releases
+## [23.0.0] - 2023-08-16
+No notable changes compared to 23.0.0-beta1
+
## [23.0.0-beta1] - 2023-08-09
### Changed
- Drop support for PHP 7.4 new min. version is php 8.0 (#2237)
- Upgrade feed-io to v5.1.3 (#2238)
+### Fixed
+- Some feeds missing items (#2236)
## [22.0.0] - 2023-07-23
### Changed
@@ -52,7 +57,7 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
- Use httpLastModified field for If-Modified-Since header when fetching feed updates (#2119)
## [21.1.0] - 2023-03-20
-No notable changes compared 21.1.0-beta1
+No notable changes compared to 21.1.0-beta1
## [21.1.0-beta1] - 2023-03-13
### Changed
@@ -60,7 +65,7 @@ No notable changes compared 21.1.0-beta1
- (Nextcloud 26+) Add info card to the admin settings, showing last job execution (#2141)
## [21.0.0] - 2023-02-28
-No notable changes compared 21.0.0-beta1
+No notable changes compared to 21.0.0-beta1
## [21.0.0-beta1] - 2023-02-14
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3d3e90e9f..714d60cf7 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>23.0.0-beta1</version>
+ <version>23.0.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>