diff --git a/ChangeLog.md b/ChangeLog.md index fc839ba..59b5986 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,16 @@ All notable changes to the project are documented in this file. +## [1.1.0] - 2023-11-18 + +### Added + +- `led-group` output + +### Fixed + +- Memory leak in uddev + ## [1.0.0] - 2023-11-14 Initial release. Supports `path` and `udev` inputs and `led` outputs. diff --git a/configure.ac b/configure.ac index 8e47b34..dd9a73f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.61) -AC_INIT(iito, 1.0.0, https://github.com/kernelkit/iito/issues) +AC_INIT(iito, 1.1.0, https://github.com/kernelkit/iito/issues) AC_GNU_SOURCE AM_INIT_AUTOMAKE(1.11 foreign subdir-objects)