diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 00681a10..0a13c54b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1 +1 @@
-/appinfo/info.xml @marcelklehr @julien-nc
+/appinfo/info.xml @lukasdotcom @marcelklehr
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4048316c..d9c5e7ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,19 @@ 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/).
+## [4.3.1] - 2026-03-31
+
+### Changed
+
+- Update screenshot URL to use the main branch #350 @jospoortvliet
+
+### Fixed
+
+- Fix type conflict exception for user config #348 @lukasdotcom
+- Fix download limit handling #345 @lukasdotcom
+- Fix calendar display name #342 @lukasdotcom
+- Fix undefined variable `rootSharedWithMeImportFolder` #313 @lukasdotcom
+
## [4.3.0] - 2025-10-29
### Changed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ab3c05f7..45ae1fac 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
Google integration
Import Google data into Nextcloud
- 4.3.0
+ 4.3.1
agpl
Julien Veyssier
Google
@@ -16,7 +16,7 @@
https://github.com/nextcloud/integration_google/issues
https://raw.githubusercontent.com/nextcloud/integration_google/refs/heads/main/img/screenshot1.jpg
-
+
OCA\Google\Settings\Admin
diff --git a/package-lock.json b/package-lock.json
index ad98882d..d927cb44 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "integration_google",
- "version": "3.1.1",
+ "version": "4.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "integration_google",
- "version": "3.1.1",
+ "version": "4.3.1",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.5.1",
diff --git a/package.json b/package.json
index 7a773011..97345c20 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "integration_google",
- "version": "3.1.1",
+ "version": "4.3.1",
"description": "Google integration",
"main": "index.js",
"directories": {