We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea66b6b commit 0bb00c0Copy full SHA for 0bb00c0
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
4
5
+### 0.20.8
6
+
7
+- fix an issue with query on null on GS Setup
8
9
10
### 0.20.7
11
12
- adding a configuration to fix generated link on proxy setup: frontal_cloud_id
Makefile
@@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable20
-version+=0.20.7
+version+=0.20.8
13
all: appstore
14
appinfo/info.xml
@@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
23
24
]]>
25
</description>
26
- <version>0.20.7</version>
+ <version>0.20.8</version>
27
<licence>agpl</licence>
28
<author>Maxence Lange</author>
29
<types>
0 commit comments