diff options
author | Benjamin Brahmer <info@b-brahmer.de> | 2022-09-28 15:44:56 +0200 |
---|---|---|
committer | Benjamin Brahmer <info@b-brahmer.de> | 2022-09-28 16:06:42 +0200 |
commit | 4b0335407303757f0133d85c1fa3cbd1927f4fa3 (patch) | |
tree | b3c9b91bef5a0c37f997060895e762b3afde926c | |
parent | 805e9a1aad5ae4ea97436ca48994a33c39302619 (diff) |
Release 18.2.018.2.0
Fixed
- Fix the highlighted item when reverse ordering is selected (#1838)
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | appinfo/info.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e7c53989b..26e667118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ The format is mostly based on [Keep a Changelog](https://keepachangelog.com/en/1 ### Changed ### Fixed -- Fix the highlithed item when reverse ordering is selected (#1838) # Releases +## [18.2.0] - 2022-09-28 +### Fixed +- Fix the highlighted item when reverse ordering is selected (#1838) + ## [18.2.0-beta2] - 2022-09-07 Fix for the read all function and spelling fixes. diff --git a/appinfo/info.xml b/appinfo/info.xml index 749328ed6..57ef636c1 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>18.2.0-beta2</version> + <version>18.2.0</version> <licence>agpl</licence> <author>Benjamin Brahmer</author> <author>Sean Molenaar</author> |