diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7922974..f05793a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/BlueLua/evdev/compare/v0.2.0...v0.3.0) (2026-06-15) + + +### Features + +* **ecodes:** update event codes to latest Linux kernel ([#7](https://github.com/BlueLua/evdev/issues/7)) ([a3f7f86](https://github.com/BlueLua/evdev/commit/a3f7f860bfc0ce57d6c96921ad1e43dcc87e36b5)) + ## [0.2.0](https://github.com/BlueLua/evdev/compare/v0.1.0...v0.2.0) (2026-06-04)