From ef03581964207c4abda33cdd9c9f23761ae1fa98 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Mon, 30 Sep 2024 14:18:13 -0700 Subject: [PATCH] doc: Update version/CHANGELOG for v9.0.3 --- buttplug/CHANGELOG.md | 9 ++++++++- buttplug/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/buttplug/CHANGELOG.md b/buttplug/CHANGELOG.md index e78480374..adead067e 100644 --- a/buttplug/CHANGELOG.md +++ b/buttplug/CHANGELOG.md @@ -1,4 +1,11 @@ -# 9.0.2 (2024-09-28) +# 9.0.3 (2024-09-30) + +## Bugfixes + +- Actually include changes listed to v9.0.2 + - Rebase went wrong and commits were missed + +# 9.0.2 (2024-09-29) ## Features diff --git a/buttplug/Cargo.toml b/buttplug/Cargo.toml index 2a524b2ea..bce675590 100644 --- a/buttplug/Cargo.toml +++ b/buttplug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buttplug" -version = "9.0.2" +version = "9.0.3" authors = ["Nonpolynomial Labs, LLC "] description = "Buttplug Intimate Hardware Control Library" license = "BSD-3-Clause"