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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.11.0 - 2026-01-20
### Added
- Support for Nextcloud 33
- Support for PHP 8.5

## 0.10.0 - 2025-09-01
### Added
- Support for Nextcloud 32
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>Calendar Resource Management</name>
<summary>Management for calendar resources and rooms</summary>
<description><![CDATA[Management for calendar resources and rooms]]></description>
<version>0.11.0-dev.1</version>
<version>0.11.0</version>
<licence>agpl</licence>
<author>Hamza Mahjoubi</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand Down
Loading