diff --git a/CHANGELOG.md b/CHANGELOG.md index 4165a07..f33c2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.6] - 2024-07-05 + +### Changed +- Reorder README. + +### Fixed +- Fix USB port used by flash bridge on platforms with a shared port. +- Fix Markdown error in README. + + ## [1.0.5] - 2024-07-04 ### Added @@ -86,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. +[1.0.6]: https://github.com/greatscottgadgets/apollo/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/greatscottgadgets/apollo/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/greatscottgadgets/apollo/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/greatscottgadgets/apollo/compare/v1.0.2...v1.0.3