diff --git a/CHANGELOG.md b/CHANGELOG.md index f43022b..08f58cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,12 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [v2024.0.3] - 2024-12-18 +### Fixed +* Serial packets were framed incorrectly when using the GreatFET UART interface with parity set to one of: ODD, EVEN or PARITY_STUCK_AT_ONE + + ## [v2024.0.2] - 2024-08-19 ### Added * Windows support for Cynthion. -[Unreleased]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.2...HEAD +[Unreleased]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.3...HEAD +[v2024.0.3]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.2...v2024.0.3 [v2024.0.2]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.1...v2024.0.2 [v2024.0.1]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.0...v2024.0.1 [v2024.0.0]: https://github.com/greatscottgadgets/libgreat/releases/tag/v2024.0.0