From a49deb1b9f348f28b0879bc251e0d267b6f30182 Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Tue, 19 Nov 2024 10:27:32 -0500 Subject: [PATCH] Update changelog for release 1.1.1 --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24443df..aa2d5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] --> +## [1.1.1] - 2024-11-19 + +### Added +- Add ADC reading to `apollo info`. + +### Fixed +- Fix firmware bugs in board revision detection. + + ## [1.1.0] - 2024-07-24 ### Changed @@ -132,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/greatscottgadgets/apollo/compare/v1.1.0...HEAD +[Unreleased]: https://github.com/greatscottgadgets/apollo/compare/v1.1.1...HEAD +[1.1.1]: https://github.com/greatscottgadgets/apollo/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/greatscottgadgets/apollo/compare/v1.0.7...v1.1.0 [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