summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>