From 2489fd8a809c4fa6b3957b4c27b09e391a267720 Mon Sep 17 00:00:00 2001 From: Richard Steinmetz Date: Wed, 15 Nov 2023 19:33:22 +0100 Subject: [PATCH] v1.3.0 Signed-off-by: Richard Steinmetz --- CHANGELOG.md | 5 ++++- appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e3cc4e..607449c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,14 @@ All notable changes to this project will be documented in this file. -## 1.3.0 - unreleased +## 1.3.0 - 2023-11-15 ### Added - Nextcloud 28 support ### Changed - New and updated translations +### Fixed +- Activating and deactivating devices +- Deleting devices with duplicated credential ids ## 1.2.0 - 2023-05-16 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 4d9ac13c..ca99a910 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.3.0-alpha.1 + 1.3.0 agpl Christoph Wurst Michael Blumenstein diff --git a/package-lock.json b/package-lock.json index c47749e9..f7312f7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "twofactor_webauthn", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "twofactor_webauthn", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "license": "AGPL-3.0", "dependencies": { "@nextcloud/auth": "^2.2.1", diff --git a/package.json b/package.json index 8b55f01a..06ea2306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "twofactor_webauthn", - "version": "1.3.0-alpha.1", + "version": "1.3.0", "description": "WebAuthn second factor provider for Nextcloud", "private": true, "dependencies": {