diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6162161..49bc559 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,14 @@ 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] xxxx-xx-xx
+## [0.3.0] - 2023-06-27
+
+### Changed
+
+- [#222](https://github.com/owncloud/data_exporter/pull/222) - [full-ci] Upgrade to Symfony5
+- Dependencies updated.
+- Strings updated.
+
## [0.2.1] - 2022-08-15
@@ -17,6 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- TBD
-[Unreleased]: https://github.com/owncloud/data_exporter/compare/v0.2.1...master
+[Unreleased]: https://github.com/owncloud/data_exporter/compare/v0.3.0...master
+[0.3.0]: https://github.com/owncloud/data_exporter/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/owncloud/data_exporter/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/owncloud/data_exporter/compare/v0.0.1..v0.2.0
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 9ead7db..e5cbf2f 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
[PLACEHOLDER]
GPLv2
Ilja Neumann
- 0.2.1
+ 0.3.0
tools
DataExporter
diff --git a/sonar-project.properties b/sonar-project.properties
index aa40ef3..db183f2 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_data_exporter
-sonar.projectVersion=0.2.1
+sonar.projectVersion=0.3.0
sonar.host.url=https://sonarcloud.io
# =====================================================