summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-08-26 17:36:59 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-08-27 21:07:58 +0200
commit65978ce09ffa673fc885bdf73403759705b78434 (patch)
tree170f34ead3c32365c7e9c779d4f981f6ca5b780f
parent75e5be3d5e28349ff5f9f0a9751210c482b985f3 (diff)
Release 24.0.0-beta124.0.0-beta1
Changed - Drop support for Nextcloud 25, Supported: 26, 27 (#2316) - Add a new command for occ `./occ news:updater:job` allows to check and reset the update job (#2166) - Check for available http(s) compression options and use them (gzip, deflate, brotli) (#2328) - Change and unify [cache](https://nextcloud.github.io/news/install/#cache) to use the instance ID of Nextcloud (#2331) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
2 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b2b391b1..0defbb9f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,13 +5,17 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [24.x.x]
### Changed
+
+### Fixed
+
+# Releases
+## [24.0.0-beta1] - 2023-08-26
+### Changed
- Drop support for Nextcloud 25, Supported: 26, 27 (#2316)
- Add a new command for occ `./occ news:updater:job` allows to check and reset the update job (#2166)
- Check for available http(s) compression options and use them (gzip, deflate, brotli) (#2328)
- Change and unify [cache](https://nextcloud.github.io/news/install/#cache) to use the instance ID of Nextcloud (#2331)
-### Fixed
-# Releases
## [23.0.0] - 2023-08-16
No notable changes compared to 23.0.0-beta1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index dff0dd3ba..57a111e55 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>24.0.0</version>
+ <version>24.0.0-beta1</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>