diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c8740b8..77fa0b1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,15 @@
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
+
+## [Unreleased] -
+
+
+## [0.9.0] - 2024-02-21
+
+ - [#610](https://github.com/owncloud/customgroups/pull/610) - fix: drop JavaScript function tipsy() in favor of bootstrap tooltip
+ - Core 10.15.0 will require this.
+
## [0.8.0] - 2023-10-25
@@ -202,7 +210,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Fixes spinner issues - [#47](https://github.com/owncloud/customgroups/issues/47)
-[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.8.0...master
+[Unreleased]: https://github.com/owncloud/customgroups/compare/v0.9.0...master
+[0.9.0]: https://github.com/owncloud/customgroups/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/owncloud/customgroups/compare/v0.7.2...v0.8.0
[0.7.2]: https://github.com/owncloud/customgroups/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/owncloud/customgroups/compare/v0.7.0...v0.7.1
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 72fe2584..ccba498d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,7 +24,7 @@ Sharing with a Custom Group is as easy and quick as always. Just click on the sh
http://github.com/owncloud/customgroups.git
AGPL
Vincent Petry
- 0.8.0
+ 0.9.0
https://doc.owncloud.com/server/latest/user_manual/files/webgui/custom_groups.html
https://doc.owncloud.com/server/latest/admin_manual/configuration/user/user_configuration.html?highlight=custom%20groups#enabling-custom-groups
diff --git a/sonar-project.properties b/sonar-project.properties
index 4a75747b..8ce229fb 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_customgroups
-sonar.projectVersion=0.8.0
+sonar.projectVersion=0.9.0
sonar.host.url=https://sonarcloud.io
# =====================================================