From 17688d4c7d84bfe3b34b5ca88e0a50776d232c29 Mon Sep 17 00:00:00 2001 From: sebastianpfischer Date: Wed, 5 Jun 2024 15:50:42 +0000 Subject: [PATCH] chore(changelog): update changelog to newest version --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9592a570..3672d470 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Commits have to follow following convention: https://www.conventionalcommits.org ## Version Unreleased +### Bug Fixes + +- Adapt uds server auxiliary ([#474](https://github.com/eclipse/kiso-testing/issues/474)) +- Stop rx task call before start rx task is called + ### Documentation - Introduce api lifecycle @@ -21,11 +26,16 @@ Commits have to follow following convention: https://www.conventionalcommits.org - Ensure compatibility with python 3.12 ([#469](https://github.com/eclipse/kiso-testing/issues/469)) - Migrate to github-actions ([#475](https://github.com/eclipse/kiso-testing/issues/475)) +- Make release 0.28.1 ### Refactorings - Make it one module +### Ci + +- Fix codecov & release secrets + ## Version 0.28.0 (2024-03-28) ### New Features