From e498970208119719167fc8581f49dadc693cee97 Mon Sep 17 00:00:00 2001 From: Bernd Deichmann <68051229+deichmab-draeger@users.noreply.github.com> Date: Thu, 8 Feb 2024 13:08:48 +0100 Subject: [PATCH] changelog for 2.0.0rc2 (#336) ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - [x] I have updated the [changelog](../CHANGELOG.md) accordingly. - [ ] I have added tests to cover my changes. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6b1867..9bb5108b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.0.0rc2] - 2024-02-08 + ### Fixed - fixed a bug where sending and receiving socket are used after they have been closed already [#328](https://github.com/Draegerwerk/sdc11073/issues/328)