Skip to content

Commit fd26f05

Browse files
committed
chore(release): v8.1.0
Signed-off-by: Hamza <[email protected]>
1 parent 38fc9ce commit fd26f05

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
# 8.1.0 (unreleased)
4+
# 8.1.0 (2026-11-18)
55

66
### Features
77

88
* Import contacts from files via ocs
99

10+
### Bug Fixes
11+
12+
* Update component SettingsSortContacts it to latest NcSelect
13+
14+
### Refactors
15+
16+
* Reorganize settings dialog with new form components
17+
1018
# [7.0.0](https://github.com/nextcloud/contacts/compare/v6.1.0-alpha.2...v7.0.0-beta.Z) (2025-01-09)
1119

1220

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library.
1717
</description>
1818

19-
<version>8.1.0-rc.2</version>
19+
<version>8.1.0</version>
2020
<licence>agpl</licence>
2121

2222
<author mail="[email protected]">Hamza Mahjoubi</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "contacts",
33
"description": "A contacts app for Nextcloud. Easily sync contacts from various devices, share and edit them online.",
4-
"version": "8.1.0-rc.2",
4+
"version": "8.1.0",
55
"author": "John Molakvoæ <[email protected]>",
66
"contributors": [
77
"John Molakvoæ <[email protected]>",

0 commit comments

Comments
 (0)