Skip to content

Commit 0994d21

Browse files
Version bump
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 51b01b1 commit 0994d21

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

4-
## 2.2.0 - 2019-09-17
4+
## 2.4.0 - 2019-10-23
5+
### Changed
6+
- New and updated translations
7+
- Use new @nextcloud npm packages
8+
### Fixed
9+
- Login aggregation background job on PostgreSQL
10+
- Readme clone link
11+
12+
## 2.3.0 - 2019-09-17
513
### Added
614
- Persist notification status of alerts in the DB
715
### Changed

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>2.3.0</version>
10+
<version>2.4.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": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)