From 76abfba3377afbbae8b817a9adf0b019fd15afa3 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 9 Feb 2024 06:55:26 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5221ac3..9e05e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ -# 0.1.0+1 +# Changelog -- feat: initial commit 🎉 +## v0.1.0+2 (2024-02-07) + +### Features + +* add serial port implementation for linux (#3) +([0a3dd3e](https://github.com/frickly-systems/dart_serialport/commit/0a3dd3e4103af8f1c0c228685e0320f44da4b114)) + +### Fixes + +* SerialPortList is now abstract (not sealed) +([4e0025a](https://github.com/frickly-systems/dart_serialport/commit/4e0025a53ec59ab3cd3e19774118b46fa83ee651))