Skip to content

Commit 2e343d2

Browse files
chore(release): v5.0.0-beta2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent f384ff5 commit 2e343d2

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

4+
## 5.0.0 - unreleased
5+
### Added
6+
- Nextcloud 27 support
7+
### Changed
8+
- New and updated translations
9+
- Dependency updates
10+
### Removed
11+
- Nextcloud 26 support
12+
413
## 4.2.0 - 2022-06-28
514
### Added
615
- Nextcloud 24 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>5.0.0-alpha.1</version>
10+
<version>5.0.0-beta.2</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": "5.0.0-alpha1",
3+
"version": "5.0.0-beta2",
44
"description": "Detect and warn about suspicious IPs logging into Nextcloud",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)