diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7de64616..90f7b6cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ lib_xua Change Log ================== +3.0.0 +----- + + * ADDED: Support for HID Report IDs + * REMOVED: Support for HID Reports containing controls from mixed Usage + pages + 2.1.1 ----- diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 39b0476e..e566c11b 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -1,4 +1,4 @@ -VERSION = 2.1.1 +VERSION = 3.0.0 DEPENDENT_MODULES = lib_logging(>=3.0.0) \ lib_xassert(>=4.0.0) \