Skip to content

Commit

Permalink
Release 17.0.0-beta1
Browse files Browse the repository at this point in the history
Changed
- Drop support for Nextcloud 20 (#1514)
- Use better sql commands, that were not possible with Nextcloud 20 (#1514)
- Add support for Nextcloud 23 (#1585)

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
  • Loading branch information
Grotax committed Nov 18, 2021
1 parent f0a1c92 commit 7774b92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1

## [17.x.x]
### Changed
- Drop support for Nextcloud 20
- Use better sql commands, that were not possible with Nextcloud 20

### Fixed

# Releases
## [17.0.0-beta1]
### Changed
- Drop support for Nextcloud 20 (#1514)
- Use better sql commands, that were not possible with Nextcloud 20 (#1514)
- Add support for Nextcloud 23 (#1585)

## [16.2.1] - 2021-11-15
### Fixed
- Catch network errors while fetching feed logos. (#1572, #1570)
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
<lib>json</lib>

<owncloud max-version="0" min-version="0"/>
<nextcloud min-version="21" max-version="22"/>
<nextcloud min-version="21" max-version="23"/>
</dependencies>

<background-jobs>
Expand Down

0 comments on commit 7774b92

Please sign in to comment.