diff --git a/CHANGELOG.md b/CHANGELOG.md index 06164c4b3d..1c79434743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.6.8 - 2024-04-30 +### Fixed +- Attachment links + ## 4.6.7 - 2024-03-19 ### Fixed - Missing events in week view diff --git a/appinfo/info.xml b/appinfo/info.xml index 09e84b443f..15c407431e 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. ]]> - 4.6.7 + 4.6.8 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index dee5b51435..96b102108d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "4.6.7", + "version": "4.6.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "4.6.7", + "version": "4.6.8", "license": "agpl", "dependencies": { "@fullcalendar/core": "6.1.11", diff --git a/package.json b/package.json index 81d78cf40c..3953badf0a 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": "4.6.7", + "version": "4.6.8", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",