From 67e15358377b9be292998e8805d08f98b607448c Mon Sep 17 00:00:00 2001 From: dmytro-kyrychenko Date: Wed, 31 May 2023 14:41:50 +0300 Subject: [PATCH] 5.12.0 Release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d210c21..edfc6c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Backend Release Notes +* ##### v5.12.0 - 2023-05-31 + + * flask, celery and requests pypi packages updated + * Replaced receiver with celery [#779](https://github.com/YangCatalog/backend/issues/779) + * Fixes related to automatic pushes on Github [#778](https://github.com/YangCatalog/backend/issues/778) + * ##### v5.11.1 - 2023-05-03 * Bugfixes related to work with GitHub fixed