diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a52663ff..e6a4c940 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "toad": "0.12.2", - "toad-msg": "0.8.9", + "toad-msg": "0.8.10", "toad-common": "0.11.4", "toad-macros": "0.2.1" } diff --git a/toad-msg/CHANGELOG.md b/toad-msg/CHANGELOG.md index 6aa65b6a..f0ec2253 100644 --- a/toad-msg/CHANGELOG.md +++ b/toad-msg/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.8.10](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.9...toad-msg-v0.8.10) (2023-01-25) + + +### Bug Fixes + +* release-please ([6247519](https://github.com/toad-lib/toad/commit/62475196211d694bd79f33bdf394397d6f4021dd)) + ## [0.8.9](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.8...toad-msg-v0.8.9) (2023-01-25) diff --git a/toad-msg/Cargo.toml b/toad-msg/Cargo.toml index 6d420834..6ef57753 100644 --- a/toad-msg/Cargo.toml +++ b/toad-msg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-msg" -version = "0.8.9" +version = "0.8.10" edition = "2021" description = "Low-level CoAP message parsing & serialization" authors = ["Orion Kindel "]