Skip to content

Commit 0bb00c0

Browse files
committed
0.20.8
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent ea66b6b commit 0bb00c0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33

44

5+
### 0.20.8
6+
7+
- fix an issue with query on null on GS Setup
8+
9+
510
### 0.20.7
611

712
- adding a configuration to fix generated link on proxy setup: frontal_cloud_id

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package_name=$(app_name)
88
cert_dir=$(HOME)/.nextcloud/certificates
99
github_account=nextcloud
1010
branch=stable20
11-
version+=0.20.7
11+
version+=0.20.8
1212

1313
all: appstore
1414

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
2323
2424
]]>
2525
</description>
26-
<version>0.20.7</version>
26+
<version>0.20.8</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

0 commit comments

Comments
 (0)