diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca66df0..3611442e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.4.1 - 2019-10-23 +### Fixed +- Missing data collection of requests that use an app password + ## 2.4.0 - 2019-10-23 ### Changed - New and updated translations diff --git a/appinfo/info.xml b/appinfo/info.xml index e0ae79e6..c7c10523 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Detect and warn about suspicious IPs logging into Nextcloud - 2.4.0 + 2.4.1 agpl Christoph Wurst SuspiciousLogin diff --git a/package-lock.json b/package-lock.json index ef6f4911..b1a94825 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suspicious_login", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4d07024d..15a7d85d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suspicious_login", - "version": "2.4.0", + "version": "2.4.1", "description": "Detect and warn about suspicious IPs logging into Nextcloud", "private": true, "dependencies": {