diff --git a/CHANGELOG.md b/CHANGELOG.md index f33c2d7..47dfe89 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.7] - 2024-07-09 + +### Added +- Add `importlib_resources` to dependencies for Python versions <= 3.8. + +### Fixed +- On Windows, create the libusb1 backend explicitly by specifying the installed + location of `libusb-1.0.dll`. + + ## [1.0.6] - 2024-07-05 ### Changed @@ -96,6 +106,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. +[1.0.7]: https://github.com/greatscottgadgets/apollo/compare/v1.0.6...v1.0.7 [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