Skip to content

Commit 8e4d7e0

Browse files
committed
0.20.9
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 20778ee commit 8e4d7e0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.20.9
4+
5+
- fix a conflict with 3rd parties app
6+
- fix an SQL issue in GlobalScale setup
37

48

59
### 0.20.8

Makefile

Lines changed: 1 addition & 1 deletion
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.8
11+
version+=0.20.9
1212

1313
all: appstore
1414

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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.8</version>
26+
<version>0.20.9</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

0 commit comments

Comments
 (0)