Skip to content

Commit 3720c28

Browse files
v3.2.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 38601ea commit 3720c28

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

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

4+
## 3.2.0 - 2020-08-31
5+
### Added
6+
- Nextcloud 20 support
7+
### Changed
8+
- New and updated translations
9+
- Updated dependencies
10+
411
## 3.1.0 - 2020-02-11
512
### Added
613
- Nextcloud 19 support

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</summary>
88
<description>Detect and warn about suspicious IPs logging into Nextcloud
99
</description>
10-
<version>3.1.0</version>
10+
<version>3.2.0</version>
1111
<licence>agpl</licence>
1212
<author>Christoph Wurst</author>
1313
<namespace>SuspiciousLogin</namespace>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suspicious_login",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)