diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b733fe..fd7962ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## 1.4.0 - unreleased +### Added +- Nextcloud 29 support +### Removed +- Nextcloud 25 support +- PHP 7.4 support + ## 1.3.2 - 2023-11-28 ### Fixed - Password confirmation not showing when unified search is disabled diff --git a/appinfo/info.xml b/appinfo/info.xml index 8000787e..7185dc2f 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Two-Factor WebAuthn WebAuthn two-factor provider A two-factor provider for WebAuthn devices - 1.4.0-alpha.1 + 1.4.0-rc.1 agpl Christoph Wurst Michael Blumenstein diff --git a/package-lock.json b/package-lock.json index 56d233ce..7ff74697 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twofactor_webauthn", - "version": "1.4.0-alpha.1", + "version": "1.4.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twofactor_webauthn", - "version": "1.4.0-alpha.1", + "version": "1.4.0-rc.1", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 4d1b8556..09c7beae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twofactor_webauthn", - "version": "1.4.0-alpha.1", + "version": "1.4.0-rc.1", "description": "WebAuthn second factor provider for Nextcloud", "private": true, "dependencies": {