From df519a0af8c6f6534e3fb7fb22f475029382b620 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 18 May 2023 16:03:10 -0500 Subject: [PATCH] v2023.5.0 (#36) --- CHANGELOG.md | 8 +++++++- hart_protocol/VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f115e6..e45a70e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +## [2023.5.0] + +### Fixed +- missing final byte from message 16 + ## [2023.4.0] ### Fixed @@ -31,7 +36,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/). ### Added - initial release -[Unreleased]: https://github.com/yaq-project/hart-protocol/compare/v2023.4.0...main +[Unreleased]: https://github.com/yaq-project/hart-protocol/compare/v2023.5.0...main +[2023.5.0]: https://github.com/yaq-project/hart-protocol/compare/v2023.4.0...v2023.5.0 [2023.4.0]: https://github.com/yaq-project/hart-protocol/compare/v2023.3.0...v2023.4.0 [2023.3.0]: https://github.com/yaq-project/hart-protocol/compare/v2022.8.2...v2023.3.0 [2022.8.2]: https://github.com/yaq-project/hart-protocol/compare/v2022.8.1...v2022.8.2 diff --git a/hart_protocol/VERSION b/hart_protocol/VERSION index 6facc85..42ae83e 100644 --- a/hart_protocol/VERSION +++ b/hart_protocol/VERSION @@ -1 +1 @@ -2023.4.0 +2023.5.0