Skip to content

Commit

Permalink
Release 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoHood committed Sep 23, 2022
1 parent e0912ba commit b16be57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=HID-Project
version=2.8.2
version=2.8.4
author=NicoHood
maintainer=NicoHood <[email protected]>
sentence=Extended HID Functions for Arduino
Expand Down
2 changes: 1 addition & 1 deletion src/HID-Project.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b16be57

Please sign in to comment.