diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b676206..6737dd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date- ## [Unreleased] +## [2.8.4] - 2022-09-23 + +### Fixed + +* Fix `library.properties`, so the latest version will appear in the library manager. + ## [2.8.3] - 2022-01-11 ### Added @@ -404,7 +410,8 @@ This changlog uses the [ISO 8601 date format](https://www.iso.org/iso-8601-date- * Initial Beta release -[Unreleased]: https://github.com/NicoHood/HID/compare/2.8.3...HEAD +[Unreleased]: https://github.com/NicoHood/HID/compare/2.8.4...HEAD +[2.8.4]: https://github.com/NicoHood/HID/compare/2.8.3...2.8.4 [2.8.3]: https://github.com/NicoHood/HID/compare/2.8.2...2.8.3 [2.8.2]: https://github.com/NicoHood/HID/compare/2.8.1...2.8.2 [2.8.1]: https://github.com/NicoHood/HID/compare/2.8.0...2.8.1 diff --git a/library.properties b/library.properties index 8007e964..1aeefb77 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=HID-Project -version=2.8.2 +version=2.8.4 author=NicoHood maintainer=NicoHood sentence=Extended HID Functions for Arduino diff --git a/src/HID-Project.h b/src/HID-Project.h index 2685532f..1c99bd7b 100644 --- a/src/HID-Project.h +++ b/src/HID-Project.h @@ -25,7 +25,7 @@ THE SOFTWARE. #pragma once // Software version -#define HID_PROJECT_VERSION 282 +#define HID_PROJECT_VERSION 284 #if ARDUINO < 10607 #error HID Project requires Arduino IDE 1.6.7 or greater. Please update your IDE.