From 499511e1a7080ab398b9738f0a260ef53c907146 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Sun, 23 Jul 2023 14:56:40 +0200 Subject: Release 22.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 --- .github/workflows/api-php-tests.yml | 2 +- CHANGELOG.md | 8 +++++--- appinfo/info.xml | 2 +- 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) ]]> - 22.0.0-beta2 + 22.0.0 agpl Benjamin Brahmer Sean Molenaar -- cgit v1.2.3