From 74d44dfec472a827d6979ec3582e01e1199233d4 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Fri, 5 Jul 2024 19:01:45 +0200 Subject: [PATCH] repo: update changelog for release --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 610522f3..7217be0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [0.1.1] - 2024-07-05 +### Added +- New `LUNAApolloPlatform` property: `apollo_gateware_phy` +- Support for `ClearFeature(ENDPOINT_HALT)` + +### Changed +- Remove Cynthion VID/PIDs from udev rules + + ## [0.1.0] - 2024-06-12 ### Added - Initial release [Unreleased]: https://github.com/greatscottgadgets/luna/compare/0.1.0...HEAD +[0.1.1]: https://github.com/greatscottgadgets/luna/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/greatscottgadgets/luna/releases/tag/0.1.0