From 192648e6f7a17bfd3e540b29d7a8ef5dd2ad54bd Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 13 Sep 2024 11:28:52 +0200 Subject: [PATCH] chore: bump version to 2.5.0 And add changelog entry Signed-off-by: Thomas Citharel --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4bd560..929c9081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. +## 2.5.0 - 2024-09-13 + +### Added + +- Compatibility with Nextcloud 30 + +### Removed + +- Compatibility with Nextcloud 28 + ## 2.4.0 - 2024-03-13 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 83fa21d6..9f10fb94 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ This app allows users to register a new account. 4. User is lead to a form where they can choose their username and password 5. New account is created and is logged in automatically ]]> - 2.4.0 + 2.5.0 agpl Thomas Citharel Joas Schilling diff --git a/package.json b/package.json index 75d30780..f9c0a11c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "registration", - "version": "2.4.0", + "version": "2.5.0", "description": "", "license": "AGPL-3.0-or-later", "scripts": {