diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e6a4c940..35a8779d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { "toad": "0.12.2", - "toad-msg": "0.8.10", + "toad-msg": "0.8.11", "toad-common": "0.11.4", "toad-macros": "0.2.1" } diff --git a/toad-msg/CHANGELOG.md b/toad-msg/CHANGELOG.md index f0ec2253..2bf9efc1 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.11](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.10...toad-msg-v0.8.11) (2023-01-25) + + +### Bug Fixes + +* release-please ([104b5ff](https://github.com/toad-lib/toad/commit/104b5ff6c2365b38ed436717f37effeb8d88b50f)) + ## [0.8.10](https://github.com/toad-lib/toad/compare/toad-msg-v0.8.9...toad-msg-v0.8.10) (2023-01-25) diff --git a/toad-msg/Cargo.toml b/toad-msg/Cargo.toml index 6ef57753..ba0bd55e 100644 --- a/toad-msg/Cargo.toml +++ b/toad-msg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toad-msg" -version = "0.8.10" +version = "0.8.11" edition = "2021" description = "Low-level CoAP message parsing & serialization" authors = ["Orion Kindel "]