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": {