diff --git a/.github/workflows/api-php-tests.yml b/.github/workflows/api-php-tests.yml index 66e6e5cbd5..dae893f22c 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 ef03cd1b2e..25f38d83e1 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 df3767def7..1b06a84ada 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) ]]> - 22.0.0-beta2 + 22.0.0 agpl Benjamin Brahmer Sean Molenaar