diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b04010..8ca66df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. -## 2.2.0 - 2019-09-17 +## 2.4.0 - 2019-10-23 +### Changed +- New and updated translations +- Use new @nextcloud npm packages +### Fixed +- Login aggregation background job on PostgreSQL +- Readme clone link + +## 2.3.0 - 2019-09-17 ### Added - Persist notification status of alerts in the DB ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 4a9e3d40..e0ae79e6 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ Detect and warn about suspicious IPs logging into Nextcloud - 2.3.0 + 2.4.0 agpl Christoph Wurst SuspiciousLogin diff --git a/package-lock.json b/package-lock.json index e0679bb5..ef6f4911 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "suspicious_login", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a9cdcab0..4d07024d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suspicious_login", - "version": "2.3.0", + "version": "2.4.0", "description": "Detect and warn about suspicious IPs logging into Nextcloud", "private": true, "dependencies": {