diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2023-03-13 14:49:57 +0100 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2023-03-13 16:25:48 +0100 |
commit | 683ebf37c3a0116ea603bd6e0e1d6fe2c73cbd39 (patch) | |
tree | 45bae4b5791ba697513d225ee91c853337d3a0fa | |
parent | b470899d5f68b7f126f74cfa785e469e575f6c05 (diff) |
Release 21.1.0-beta121.1.0-beta1
Changed
- Remove unused background job OCA\News\Cron\Updater (#2137)
- Add info card to the admin settings, showing last job execution (#2141)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 344e8f342..68fa1fd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 # Unreleased ## [21.x.x] ### Changed -- Remove unused background job OCA\News\Cron\Updater (#2137) -- Add info card to the admin settings, showing last job execution (#2141) + ### Fixed # Releases +## [21.1.0-beta1] - 2023-03-13 +### Changed +- Remove unused background job OCA\News\Cron\Updater (#2137) +- Add info card to the admin settings, showing last job execution (#2141) ## [21.0.0] - 2023-02-28 No notable changes compared 21.0.0-beta1 diff --git a/appinfo/info.xml b/appinfo/info.xml index 8e06ff9bb..1cb061b65 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>21.0.0</version> + <version>21.1.0-beta1</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |