Skip to content

Commit

Permalink
0.19.15
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Aug 3, 2021
1 parent 05b6943 commit 041af15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.


### 0.19.15

- fix an issue during migration removing not-yet-members
- users cannot directly join a secret circle


### 0.19.14

- escape html in 'shared files by Circles'
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=stable19
version=0.19.14
since_tag=
version=0.19.15
since_tag=0.19.14

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
<version>0.19.14</version>
<version>0.19.15</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>
Expand Down

0 comments on commit 041af15

Please sign in to comment.