diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb78f47e..72b28f30 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
-## [Unreleased]
+## [1.2.0] - 2021-12-29
+
+### Changed
+
+- Create a seekable stream when reading. Allows http range reques… - [#522](https://github.com/owncloud/files_primary_s3/issues/522)
+- Update info.xml - [#495](https://github.com/owncloud/files_primary_s3/issues/495)
## [1.1.2] - 2020-04-22
@@ -65,7 +70,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- First marketplace release
-[Unreleased]: https://github.com/owncloud/files_primary_s3/compare/v1.1.2...master
+[1.2.0]: https://github.com/owncloud/files_primary_s3/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/owncloud/files_primary_s3/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/owncloud/files_primary_s3/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/owncloud/files_primary_s3/compare/v1.0.4...v1.1.0
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 43f7c387..e86c0e82 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@ This extension is the successor of the [ownCloud Objectstore App](https://market
https://github.com/owncloud/files_primary_s3/issues
https://github.com/owncloud/files_primary_s3.git
ownCloud GmbH
- 1.1.2
+ 1.2.0
https://doc.owncloud.com/server/latest/admin_manual/configuration/files/external_storage/s3_compatible_object_storage_as_primary.html
diff --git a/sonar-project.properties b/sonar-project.properties
index 0981710e..f837b13b 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -1,7 +1,7 @@
# Organization and project keys are displayed in the right sidebar of the project homepage
sonar.organization=owncloud-1
sonar.projectKey=owncloud_files_primary_s3
-sonar.projectVersion=1.0
+sonar.projectVersion=1.2.0
sonar.host.url=https://sonarcloud.io
# =====================================================