diff --git a/CHANGELOG.md b/CHANGELOG.md index fee257924..6305d675b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.3.1 – 2021-07-14 +### Fixed +* Create Talk room for event +* Searching for sharees when resources exist on the back-end +* Removing recurrence rule +* 'Add reminder' dropdown position +* Event repeat multiselect and position on low resolutions +* Timestamps in trash bin view +* Vue prop validation error + ## 2.3.0 – 2021-06-29 ### Added - Trash bin for calendars and their events diff --git a/appinfo/info.xml b/appinfo/info.xml index 804b9b32e..5c8dc7e62 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -15,7 +15,7 @@ * β˜‘οΈ Tasks! See tasks with a due date directly in the calendar * πŸ™ˆ **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries. ]]> - 2.3.0 + 2.3.1 agpl Georg Ehrke Thomas Citharel diff --git a/package-lock.json b/package-lock.json index bd08de0c4..72e1b7179 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "calendar", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index abd8d0afe..786b03023 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "calendar", "description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.", - "version": "2.3.0", + "version": "2.3.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",