diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6cd9a43b..c4059e7c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,12 +1,13 @@ lib_xua Change Log ================== -UNRELEASED ----------- +3.2.0 +----- * CHANGED: Updated tests to use lib_locks (was legacy module_locks) * CHANGED: Exclude HID Report functions unless the HID feature is enabled - * CHANGED: Explicit feedback EP enabled by default (see UAC_FORCE_FEEDBACK_EP) + * CHANGED: Explicit feedback EP enabled by default (see + UAC_FORCE_FEEDBACK_EP) * FIXED: Incorrect conditional compilation of HID report code * Changes to dependencies: diff --git a/lib_xua/module_build_info b/lib_xua/module_build_info index 1cdc6c9e..faa6c1df 100644 --- a/lib_xua/module_build_info +++ b/lib_xua/module_build_info @@ -1,4 +1,4 @@ -VERSION = 3.1.0 +VERSION = 3.2.0 DEPENDENT_MODULES = lib_logging(>=3.1.0) \ lib_xassert(>=4.1.0) \