diff --git a/CHANGELOG.md b/CHANGELOG.md index 025de75e3..4440f9b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 2.1.1 - 2020-09-11 +### Fixed +- Dashboard fixes + [#2574](https://github.com/nextcloud/calendar/pull/2574) + [#2575](https://github.com/nextcloud/calendar/pull/2575) + [#2579](https://github.com/nextcloud/calendar/pull/2579) +- Fix opening an event from search + [#2578](https://github.com/nextcloud/calendar/pull/2578) +- Updated dependencies +- Updated translations + # 2.1.0 - 2020-09-02 ### Added - Dashboard integration diff --git a/appinfo/info.xml b/appinfo/info.xml index 2b0fa2636..dd5f73cc5 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.1.0 + 2.1.1 agpl Georg Ehrke Thomas Citharel diff --git a/package.json b/package.json index 59d6e557a..41f05663e 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.1.0", + "version": "2.1.1", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",