diff --git a/CHANGELOG.md b/CHANGELOG.md index 2826dac..0f671bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0] - 2024-08-01 + +### breaking changes + +- Drop support for Nextcloud < 28 + +### New + +- Add support for Nextcloud 30 + ## [2.2.0] - 2024-03-06 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 596f763..29ba47c 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Dropbox integration Import Dropbox data in Nextcloud - 2.2.0 + 3.0.0 agpl Julien Veyssier Dropbox diff --git a/package.json b/package.json index fda103b..9098947 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "integration_dropbox", - "version": "2.2.0", + "version": "3.0.0", "description": "Dropbox integration", "main": "index.js", "directories": {