Skip to content

Commit 5a0722b

Browse files
chore(release): v6.0.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 940bd25 commit 5a0722b

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

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

4-
## 5.0.0 - unreleased
4+
## 6.0.0
5+
### Added
6+
- Nextcloud 28 support
7+
### Changed
8+
New and updated translations
9+
Dependency updates
10+
### Removed
11+
- Nextcloud 27 support
12+
13+
## 5.0.0
514
### Added
615
- Nextcloud 27 support
716
### 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>6.0.0-dev</version>
10+
<version>6.0.0</version>
1111
<licence>agpl</licence>
1212
<author>Christoph Wurst</author>
1313
<namespace>SuspiciousLogin</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "6.0.0-dev",
3+
"version": "6.0.0",
44
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)