From 9b0a7b6c1b5a289dc5d8cececa0a9029af6b25de Mon Sep 17 00:00:00 2001 From: Maccesch Date: Wed, 28 Aug 2024 03:33:28 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97999cd..8b5997b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `use_websocket` now supports different types for sending and receiving messages - `SyncSignalOptions` now can take now either transformations or assignment functions but not both. +- updated to `codee` version 0.2.0 ### Fixes 🍕