From 9326c025b2be2b7cd320fcca01dcd894634bc741 Mon Sep 17 00:00:00 2001 From: Damien Leroy Date: Wed, 4 Oct 2023 08:58:32 +0200 Subject: [PATCH] Release v2.14.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb1f50f62..b9ce6b9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [v2.14.0](https://github.com/France-ioi/AlgoreaBackend/compare/v1.13.2...v2.14.0) - 2023-10-04 +- jump from v1.x.y to v2.x.y to match how we usually name this backend +- allow asynchronous permisssion and result propagation by calling an external endpoint +- fix: `getItem` service should return `can_request_help = true` in its permissions when the user is an owner + ## [v1.13.2](https://github.com/France-ioi/AlgoreaBackend/compare/v1.13.1...v1.13.2) - 2023-09-25 - allow item owners to request help to any visible group - rename attribute name related with the request help permission in the `getItem` service