summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-07-23 14:56:40 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2023-07-23 15:12:26 +0200
commit499511e1a7080ab398b9738f0a260ef53c907146 (patch)
tree41cbfb77ad2c55d966b2073e744fc4c1ab69bdf9
parent65b80c50a2b1c90ab4d09d39eabb177faabe85ed (diff)
Release 22.0.022.0.0
Changed - Support deflate and gzip compression for HTTP response bodies (#2269) - Broke apart old FAQ into different guides. Deprecated old FAQ (#2285) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-php-tests.yml2
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml2
3 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml
index 66e6e5cbd..dae893f22 100644
--- a/.github/workflows/api-php-tests.yml
+++ b/.github/workflows/api-php-tests.yml
@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1']
- nextcloud: ['stable27']
+ nextcloud: ['stable26', 'stable27']
database: ['sqlite']
experimental: [false]
codecoverage: [false]
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ef03cd1b2..25f38d83e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,13 +4,15 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1
# Unreleased
## [22.x.x]
-### Changed
-- Support deflate and gzip compression for HTTP response bodies (#2269)
-- Broke apart old FAQ into different guides. Depricated old FAQ (#2285)
### Fixed
# Releases
+## [22.0.0] - 2023-07-23
+### Changed
+- Support deflate and gzip compression for HTTP response bodies (#2269)
+- Broke apart old FAQ into different guides. Deprecated old FAQ (#2285)
+
## [22.0.0-beta2] - 2023-06-18
### Changed
- allowEvalScript set to true (#2262)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index df3767def..1b06a84ad 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-beta2</version>
+ <version>22.0.0</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>