diff --git a/CHANGELOG.md b/CHANGELOG.md index 9195184..7c15021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Intiface Engine v2.0.4 (2024/04/20) + +## Features + +- Update to Buttplug v7.1.16 + - Lots of device support for JoyHub, Kiiroo, Lioness + - Fix Lovense Solace issues + # Intiface Engine v2.0.3 (2024/03/17) ## Features diff --git a/Cargo.lock b/Cargo.lock index 072f2c0..2d2ab5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "buttplug" -version = "7.1.15" +version = "7.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f002950e4759580061c3e300f60854245fee3e21c2a076b83d5eb95520421a9c" +checksum = "7226d390a3db08ed692e5374846c1ea981d510029046016e6f64a80a56d5ba3a" dependencies = [ "aes", "async-stream", @@ -1291,7 +1291,7 @@ dependencies = [ [[package]] name = "intiface-engine" -version = "2.0.3" +version = "2.0.4" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 038fd4e..595372f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intiface-engine" -version = "2.0.3" +version = "2.0.4" authors = ["Nonpolynomial Labs, LLC "] description = "CLI and Library frontend for the Buttplug sex toy control library" license = "BSD-3-Clause"