From 867b2a6bc60180100bcb98f3bd1de25c75c5b5ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Mon, 26 Feb 2024 15:46:19 +0100 Subject: [PATCH] CHANGELOG => Update --- CHANGELOG.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5013ec1..ae30d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,43 +18,43 @@ --> -## 3.5.2 (???) +## 3.5.2 (2024-02-26) -### 🔨 Internal / Developers -- Move all gitlab API calls to GitBreaker library +### 🐛 Bugfix +- Add missing code to move correction from private to internal repository -## 3.5.1 (2023-02-22) +## 3.5.1 (2024-02-22) ### 🐛 Bugfix - Corrections: Take the exercise last commit instead of the assignment last commit -## 3.5.0 (2023-02-21) +## 3.5.0 (2024-02-21) ### ✨ Feature - Link a commit of an exercise as a corrige of an assignment -## 3.4.2 (2023-01-23) +## 3.4.2 (2024-01-23) ### 📚 Documentation - Wiki: add tutorial about adding a new route to the API -## 3.4.1 (2023-01-25) +## 3.4.1 (2024-01-25) ### 🐛 Bugfix - Fix assignment gitlab CI/CD pipeline: fix the name of the dind service -## 3.4.0 (2023-01-23) +## 3.4.0 (2024-01-23) ### ✨ Feature - Limit of 2 exercises by user -## 3.3.0 (2023-01-18) +## 3.3.0 (2024-01-18) ### ✨ Feature - **CLI**: Show an information message when a new version of the CLI is available (and not required) -- GitLab