From d02963da47bacd6550734dd8b4a73fce91ceeb04 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 26 Apr 2021 11:25:25 -0100 Subject: [PATCH] 0.21.1 Signed-off-by: Maxence Lange --- CHANGELOG.md | 4 ++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da7b65fd..e1418d772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +### 0.21.1 + +- fix an issue with query on null on GS Setup + ### 0.21.0 diff --git a/Makefile b/Makefile index 492b71a98..d42b6dfc6 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=stable21 -version+=0.21.0 +version+=0.21.1 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 29229bf96..806570cbe 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine. ]]> - 0.21.0 + 0.21.1 agpl Maxence Lange