diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64bdbb93a..73b165405 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,13 @@
# Changelog
+## 5.4.3 - 2023-12-20
+### Fixed
+- Improve matching for tel type parameter
+- Split up composed property name when checking isMultiple()
+- Bundle moment.js locale data
+- Update selectInput to select on "Name"
+- V-model of address book select control
+- Rename types in propreties
+
## 5.4.2 - 2023-09-22
### Fixed
- Lost contact groups
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f5c97f743..851dc616f 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.
- 5.4.2
+ 5.4.3
agpl
Hamza Mahjoubi
diff --git a/package-lock.json b/package-lock.json
index fae1cb2f3..36440e8e0 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "contacts",
- "version": "5.4.2",
+ "version": "5.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "contacts",
- "version": "5.4.2",
+ "version": "5.4.3",
"license": "agpl",
"dependencies": {
"@mattkrick/sanitize-svg": "^0.4.0",
diff --git a/package.json b/package.json
index 3f1bc6d14..5a85cf933 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": "5.4.2",
+ "version": "5.4.3",
"author": "John MolakvoƦ ",
"contributors": [
"John MolakvoƦ ",