diff --git a/CHANGELOG.md b/CHANGELOG.md
index df3fa65c2..0228b9f31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,18 @@ 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/).
+## 1.2.0 - 2023.xx.yy Link devices to map
+### Added
+- Command for registering maps mimetypes [#1098](https://github.com/nextcloud/maps/issues/1098) @ratte-rizzo
+ [#1118](https://github.com/nextcloud/maps/pull/1118) @tacruc
+- Replace "Settings" by "Maps settings" [#1127](https://github.com/nextcloud/maps/pull/1127) @Jerome-Herbinet
+- Link device to map [#1105](https://github.com/nextcloud/maps/pull/1105) @tacruc
+
+### Fixed
+- Creation of dynamic property $lockingProvider is deprecated at apps/maps/lib/Hooks/FileHooks.php#46
+ [#1023](https://github.com/nextcloud/maps/issues/1023) @rcmlz
+ [#1134](https://github.com/nextcloud/maps/pull/1134) @tacruc
+
## 1.1.1 - 2023.08.29 Fix search
### Added
- Fix nominatim search address query [#1111](https://github.com/nextcloud/maps/issues/1111) @fl0e
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e548ab264..ba5a88143 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
- **📱 Devices:** Lost your phone? Check the map!
- **〰 Tracks:** Load GPS tracks or past trips. Recording with [PhoneTrack](https://f-droid.org/en/packages/net.eneiluj.nextcloud.phonetrack/) or [OwnTracks](https://owntracks.org) is planned.
]]>
- 1.1.1
+ 1.2.0
agpl
Julien Veyssier
Arne Hamann
diff --git a/package.json b/package.json
index 97b8360a2..fc205078f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "maps",
- "version": "1.1.1",
+ "version": "1.2.0",
"description": "Maps app",
"main": "main.js",
"directories": {