Skip to content

Commit 09324de

Browse files
committed
0.20.11
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 6ea34b6 commit 09324de

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

33

4+
### 0.20.11
5+
6+
- fix an issue during migration removing not-yet-members
7+
- users cannot directly join a secret circle
8+
9+
410
### 0.20.10
511

612
- escape html in 'shared files by Circles'

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
99
github_account=nextcloud
1010
release_account=nextcloud-releases
1111
branch=stable20
12-
version=0.20.10
13-
since_tag=
12+
version=0.20.11
13+
since_tag=0.20.10
1414

1515
all: appstore
1616

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.10</version>
26+
<version>0.20.11</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<types>

0 commit comments

Comments
 (0)