diff --git a/CHANGELOG.md b/CHANGELOG.md index 684dabb..9d6a90f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Intiface Engine v2.0.1 (2024/01/27) + +## Features + +- Update to Buttplug v7.1.13 + - Added more device support (see Buttplug CHANGELOG) + # Intiface Engine v2.0.0 (2024/01/21) ## Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 0b1ebc1..012711c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "intiface-engine" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index 60cad5b..f7ba447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intiface-engine" -version = "2.0.0" +version = "2.0.1" authors = ["Nonpolynomial Labs, LLC "] description = "CLI and Library frontend for the Buttplug sex toy control library" license = "BSD-3-Clause"