diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9505b..5886d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.7.1 - 2024-04-22 +### Fixed +- maximum device current handling +- use correct bcdVersion in descriptor + + ## 0.7.0 - 2024-03-13 ### Fixed - device number data types diff --git a/Cargo.toml b/Cargo.toml index 75029ab..7c032e6 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.7.0" +version = "0.7.1" edition = "2021" [features]