diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2ba37f9..2826dac 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/).
+## [2.2.0] - 2024-03-06
+
+### Changed
+ - Add support for nc 29
+
+### Fixed
+ - fix(DropboxStorageAPIService): Don't allow shared folder as target folder
+ - fix(downloadFile): Switch to /download endpoint to avoid temporary_link endpoint
+ - Fix(l10n): Update translations from Transifex
+
## [2.1.0] - 2023-05-31
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d259cf1..9e37759 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Dropbox integration
Import Dropbox data in Nextcloud
- 2.1.0
+ 2.2.0
agpl
Julien Veyssier
Dropbox
diff --git a/package.json b/package.json
index d38cbde..fda103b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "integration_dropbox",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "Dropbox integration",
"main": "index.js",
"directories": {