diff --git a/CHANGELOG.md b/CHANGELOG.md
index d54f8ff7..280bac77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [7.1.0] - 2024-07-05
+
+### New
+
+* Support for Nextcloud 30
+
## [7.0.3] - 2024-07-05
### Fixed
diff --git a/Makefile b/Makefile
index ec562c77..2ac0e446 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=7.0.3
+version+=7.1.0
all: dev-setup build-js-production
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5c2843f6..806b6592 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -76,7 +76,7 @@ Requirements:
The app does not send any sensitive data to cloud providers or similar services. All processing is done on your Nextcloud machine, using Tensorflow.js running in Node.js.
]]>
- 7.0.3
+ 7.1.0
agpl
Marcel Klehr
@@ -92,7 +92,7 @@ The app does not send any sensitive data to cloud providers or similar services.
https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/Logo.png
https://raw.githubusercontent.com/nextcloud/recognize/main/screenshots/imagenet_examples.jpg
-
+
diff --git a/package.json b/package.json
index 70b114c5..ecfcd3d0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "recognize",
- "version": "7.0.3",
+ "version": "7.1.0",
"description": "Image recognition in nextcloud",
"main": "src/classifier_imagenet.js",
"directories": {