diff --git a/CHANGELOG.md b/CHANGELOG.md index 3518791..d1a64ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. +## 0.5.2 - 2023-11-09 +### Changed +- use old value for bcdVersion of OS descriptors for compatibility + with older Linux kernels + + ## 0.5.1 - 2023-11-09 ### Added - interface-specific device class + ## 0.5.0 - 2023-11-07 ### Added - custom interface: support usage with external USB gadget diff --git a/Cargo.toml b/Cargo.toml index 008456e..6484d0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" repository = "https://github.com/surban/usb-gadget" authors = ["Sebastian Urban "] rust-version = "1.73" -version = "0.5.1" +version = "0.5.2" edition = "2021" [features]