From ec870ae79dfabf3f4659a80b1a7ac95a0e2ccba3 Mon Sep 17 00:00:00 2001 From: Anna Larch Date: Thu, 25 Apr 2024 17:09:55 +0200 Subject: [PATCH] build: release v3.5.9 Signed-off-by: Anna Larch --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e7014c64..6d761e3aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.5.9 - 2024-04-25 +### Changed +- Slot booking response + ## 3.5.8 - 2023-01-10 ### Fixed - Rate limit appointment booking and config creation diff --git a/appinfo/info.xml b/appinfo/info.xml index 9c8eed2149..abe684928c 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. ]]> - 3.5.8 + 3.5.9 agpl Anna Larch Nextcloud Groupware Team diff --git a/package-lock.json b/package-lock.json index 2e339b3055..931d826f88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "calendar", - "version": "3.5.8", + "version": "3.5.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "calendar", - "version": "3.5.8", + "version": "3.5.9", "license": "agpl", "dependencies": { "@fullcalendar/core": "5.11.0", diff --git a/package.json b/package.json index 9bcf62da1f..3aba4ddfd4 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": "3.5.8", + "version": "3.5.9", "author": "Georg Ehrke ", "contributors": [ "Georg Ehrke ",