diff --git a/CHANGELOG.md b/CHANGELOG.md index 235d9c2af..885b346ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [v3.4.3](https://github.com/nextcloud/contacts/tree/v3.4.3) (2021-01-04) + +[Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.2...v3.4.3) + +### Fixed +- Remove Workaround for Postal Addresses Containing Commas + [\#2000](https://github.com/nextcloud/contacts/pull/2000) ([zlajo](https://github.com/zlajo)) +- Fix masonry redraw + [\#1982](https://github.com/nextcloud/contacts/pull/1982) ([skjnldsv](https://github.com/skjnldsv)) +- Fix generating the redirect url + [\#1972](https://github.com/nextcloud/contacts/pull/1972) ([juliushaertl](https://github.com/juliushaertl)) +- Change to the name of the app + [\#1965](https://github.com/nextcloud/contacts/pull/1965) ([Valdnet](https://github.com/Valdnet)) +- Add favicons + [\#1960](https://github.com/nextcloud/contacts/pull/1960) ([st3iny](https://github.com/st3iny)) + ## 3.4.2 - 2020-11-18 [Full Changelog](https://github.com/nextcloud/contacts/compare/v3.4.1...v3.4.2) diff --git a/appinfo/info.xml b/appinfo/info.xml index b20cef141..f533b8a64 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -12,7 +12,7 @@ * šŸ™ˆ **Weā€™re not reinventing the wheel!** Based on the great and open SabreDAV library. - 3.4.2 + 3.4.3 agpl John MolakvoƦ diff --git a/package-lock.json b/package-lock.json index 624c7ee3e..d136ba9a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "contacts", - "version": "3.4.2", + "version": "3.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f72eb9441..d84098363 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": "3.4.2", + "version": "3.4.3", "author": "John MolakvoƦ ", "contributors": [ "John MolakvoƦ ",