Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 6.2.0
- No changes since RC.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm against this, I would rather rename ## 6.2.0-rc.1 to ## 6.2.0 instead

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case someone is checking only the latest changleog say in store ... But your call

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to leave it for today... I am going to look in to using the same script we use in the workflows to updated the change log in the repo... its a pain doing this by hand every time...


## 6.2.0-rc.1
### Fixed
- appointment booking room creation
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* 📎 **Attachments!** Add, upload and view event attachments
* 🙈 **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.
]]></description>
<version>6.2.0-rc.1</version>
<version>6.2.0</version>
<licence>agpl</licence>
<author homepage="https://github.com/GVodyanov">Grigory Vodyanov</author>
<author homepage="https://github.com/SebastianKrupinski">Sebastian Krupinski </author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "calendar",
"description": "A calendar app for Nextcloud. Easily sync events from various devices, share and edit them online.",
"version": "6.2.0-rc.1",
"version": "6.2.0",
"keywords": [
"nextcloud",
"calendars",
Expand Down
Loading