From febdeb39c171c16e49cc0214a96b9dd33ffcf177 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 4 Jul 2024 22:05:16 -0400 Subject: [PATCH] Update changelog for release 1.0.5 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2891071..4165a07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ 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.5] - 2024-07-04 + +### Added +- Add example udev rules file. + +### Changed +- Update README. +- Use pid.codes test VID/PID for non-Cynthion boards. + +### Fixed +- Ignore devices not running Apollo. + +### Removed +- Remove `flash` alias for `flash-program`. + + ## [1.0.4] - 2024-06-26 ### Added @@ -70,6 +86,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. +[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 [1.0.2]: https://github.com/greatscottgadgets/apollo/compare/v1.0.1...v1.0.2