diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea7098fdf..9066b2273 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 6.0.1 – 2024-11-12
+### Fixed
+- Rename 'Contact groups' to 'groups
+- Don't use VirtualList for listing members
+- Rename 'add member' to 'manage team'
+- Adjustments to ListItemIcon properties
+- Encode exported contact groups as UTF-8
+- Respect advanced group sharing settings in frontend
+
## 6.0.0 – 2024-04-18
### Added
- Nextcloud 29 support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 56873118b..171972537 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -11,7 +11,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
- 6.0.0
+ 6.0.1
agpl
Hamza Mahjoubi
diff --git a/package-lock.json b/package-lock.json
index 641eb9ee3..b893a141e 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "6.0.0",
+ "version": "6.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "6.0.0",
+ "version": "6.0.1",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 62115c2e9..965aacc55 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "contacts",
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
- "version": "6.0.0",
+ "version": "6.0.1",
"author": "John Molakvoæ ",
"contributors": [
"John Molakvoæ ",