diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f671bf..a9da7a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,15 @@ 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.1] - 2024-09-19
+
+### Fixed
+
+ - fix: add password confirmation in admin settings
+ - fix: remove default oauth app client/secret
+ - fix: update npm pkgs, adjust to new stylelint config
+ - fix: update composer deps, update psalm baseline
+
## [3.0.0] - 2024-08-01
### breaking changes
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 29ba47c..0575e6d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Dropbox integration
Import Dropbox data in Nextcloud
- 3.0.0
+ 3.0.1
agpl
Julien Veyssier
Dropbox
diff --git a/package.json b/package.json
index c5fba06..9bdcaf5 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "integration_dropbox",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Dropbox integration",
"main": "index.js",
"directories": {