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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 2.2.0 – 2025-03-19

### Added

- REUSE headers and GitHub actions to check @AndyScherzinger [#253](https://github.com/nextcloud/approval/pull/253)

### Changed

- Add link to activity rich parameter for file/folder @julien-nc [#269](https://github.com/nextcloud/approval/pull/269)

### Fixed

- Fix circles/teams support @julien-nc [#270](https://github.com/nextcloud/approval/pull/270)
- Fix activity rich parameter ID @julien-nc [#269](https://github.com/nextcloud/approval/pull/269)

## 2.1.0 – 2025-01-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Approve/reject files based on workflows defined by admins.
**Warning**: The DocuSign integration is no longer part of this app
and can be installed with [this app](https://apps.nextcloud.com/apps/integration_docusign).
]]></description>
<version>2.1.0</version>
<version>2.2.0</version>
<licence>agpl</licence>
<author>Julien Veyssier</author>
<namespace>Approval</namespace>
Expand Down
Loading