Skip to content

Commit 4d3ed5e

Browse files
committed
0.17.4
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 0b7ef01 commit 4d3ed5e

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
5+
6+
### 0.17.4
7+
8+
- prevent user enumeration
9+
- apply limit to linked group
10+
11+
412
### 0.17.3
513

614
- fixing an issue on the front-end with linked groups

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=master
11-
version+=0.17.3
11+
version+=0.17.4
1212

1313
all: appstore
1414

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
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.17.3</version>
26+
<version>0.17.4</version>
2727
<licence>agpl</licence>
2828
<author>Maxence Lange</author>
2929
<documentation>
@@ -38,7 +38,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
3838
<repository>https://github.com/nextcloud/circles.git</repository>
3939
<screenshot>https://raw.githubusercontent.com/nextcloud/circles/master/screenshots/0.12.0.png</screenshot>
4040
<dependencies>
41-
<nextcloud min-version="16" max-version="16"/>
41+
<nextcloud min-version="16" max-version="17"/>
4242
</dependencies>
4343

4444
<repair-steps>

0 commit comments

Comments
 (0)