diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1386c9b7..1ecda139 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-->
# Changelog
-## 6.1.0-alpha.1 – Unreleased
+## 6.1.0 – 2024-08-22
### Added
- Nextcloud 30 support
- Drag and Drop feature for adding contacts to group
@@ -24,7 +24,12 @@
- Spacing and alignment in the contact details view
- Subtitle in contacts details
- Make horizontal and vertical padding equal
-
+- Improve calculation of member list
+- Don't use VirtualList for listing members
+- Rename 'add member' to 'manage team'
+- Rename 'Contact groups' to 'groups'
+- Adjustments to ListItemIcon properties
+- Scrobbale button in navigation
## 6.0.0-rc.1 – Unreleased
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 43e96cb5..e41e7dd2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
- 6.1.0-alpha.2
+ 6.1.0
agpl
Hamza Mahjoubi
diff --git a/package-lock.json b/package-lock.json
index 1989b2e0..0941b963 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "6.1.0-alpha.2",
+ "version": "6.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "6.1.0-alpha.2",
+ "version": "6.1.0",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 8a5781e1..0f564859 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.1.0-alpha.2",
+ "version": "6.1.0",
"author": "John Molakvoæ ",
"contributors": [
"John Molakvoæ ",