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))