diff --git a/CHANGELOG.md b/CHANGELOG.md
index b74c9d0..f83dd34 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.2] - 2021-06-18
+
+### Changed
+
+ - Use relative url instead of absoulute url - [#164](https://github.com/owncloud/announcementcenter/issues/164)
+ - Drop PHP 7.1 - [#148](https://github.com/owncloud/announcementcenter/issues/148)
## [1.2.1] - 2018-11-30
@@ -23,6 +28,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Allow announcements without messages - [#86](https://github.com/owncloud/announcementcenter/pull/86)
-[Unreleased]: https://github.com/owncloud/announcementcenter/compare/v1.2.1...master
+[1.2.2]: https://github.com/owncloud/announcementcenter/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/owncloud/announcementcenter/compare/v1.2.0...v1.2.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 79a3f1a..0e97b27 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
This application enables admins to notify users about e.g. upcoming maintenance windows or changed features. Notifications are sent via Activity mails, the notification bell in the WebUI and ownCloud clients display them as well.
AGPL
Joas Schilling
- 1.2.1
+ 1.2.2
AnnouncementCenter
tools
diff --git a/sonar-project.properties b/sonar-project.properties
index b2bc832..3d8baae 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_announcementcenter
-sonar.projectVersion=1.0
+sonar.projectVersion=1.2.2
sonar.host.url=https://sonarcloud.io
# =====================================================