diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a61af..2d8122a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.0 - Unreleased +# 0.10.0 - 20th April 2023 * Fix crash in scheduler during DST transition times (#107) * Add read individual input command and optional publishing of individual input registers (#111) diff --git a/Cargo.toml b/Cargo.toml index a968f2a..64c5b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lxp-bridge" -version = "0.10.0-dev" +version = "0.10.0" authors = ["Chris Elsworth "] edition = "2021" repository = "https://github.com/celsworth/lxp-bridge"