From ade3aec9bfd2051994ade826f5fae383fae9eca4 Mon Sep 17 00:00:00 2001 From: Damien Leroy Date: Thu, 14 Sep 2023 15:42:32 +0200 Subject: [PATCH] Release v1.12.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868a8d5bc..f72cfc80d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## [v1.12.0](https://github.com/France-ioi/AlgoreaBackend/compare/v1.11.0...v1.12.0) - 2023-09-14 +- fix services where ids were returned as numbers (instead of string) +- fix duplication in the thread listing service +- viewGrantedPermission: improve can_request_help_to support +- updatePermissions: allow non-visible can_request_help_to value if unchanged +- fix doc in general and for a few services + ## [v1.11.0](https://github.com/France-ioi/AlgoreaBackend/compare/v1.10.0...v1.11.0) - 2023-09-07 - implement request-help permission propagation - improve / fix the services to look for the path to some content, add info whether the path has been already been visited