summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-08-09 11:49:05 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-09 15:22:53 +0200
commit2180c17f3869f4182443a711b7fad5875dc772ab (patch)
tree26487a47b9c2f5e387142e9c53b19da729ee996d
parentc2d2d7f0d98bcd86976ae79a0a1de5697f8d803c (diff)
Release 23.0.0-beta123.0.0-beta1
Changed - Drop support for PHP 7.4 new min. version is php 8.0 (#2237) - Upgrade feed-io to v5.1.3 (#2238) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
2 files changed, 6 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3029c6f8..6fb6bda61 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,15 +5,15 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [23.x.x]
### Changed
-- Drop support for PHP 7.4 new min. version is php 8.0
-- Upgrade feed-io to v5.1.3
-### Fixed
-
-## [22.x.x]
### Fixed
# Releases
+## [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)
+
## [22.0.0] - 2023-07-23
### Changed
- Support deflate and gzip compression for HTTP response bodies (#2269)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c297a241c..3d3e90e9f 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>22.0.0</version>
+ <version>23.0.0-beta1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>