diff --git a/CHANGELOG.md b/CHANGELOG.md index df612456..4190b5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). + +## 2.7.4 - 2026-04-16 + +### Fixed + +- Fix: Wrong order in controller [#411](https://github.com/nextcloud/approval/pull/411) @Lukasdotcom + ## 2.7.3 - 2026-04-14 ### Changed diff --git a/appinfo/info.xml b/appinfo/info.xml index 9708e41e..218c53eb 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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). ]]> - 2.7.3 + 2.7.4 agpl Julien Veyssier Approval diff --git a/package-lock.json b/package-lock.json index 15b0b589..a29c49e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "approval", - "version": "2.7.3", + "version": "2.7.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "approval", - "version": "2.7.3", + "version": "2.7.4", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/svg": "^7.3.67", diff --git a/package.json b/package.json index 3e44ae9f..f29c0082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "approval", - "version": "2.7.3", + "version": "2.7.4", "description": "Approval", "main": "index.js", "scripts": {