From 20fb9d05c83ac838186b2d4cf2a33aa0856cbbf9 Mon Sep 17 00:00:00 2001 From: Dan Jones <danjon@noc.ac.uk> Date: Tue, 6 Feb 2024 09:39:29 +0000 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c1bb7..8bb6b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -### Changed - -- Updated README to run tests against JS dependencies +## [v0.2.0] - 2024-02-06 -### Added +### Added +- New alert message definition - Emergency flag in mission plan schemas +- Added additional battery and fuel fields to platform status for SPINE project +### Changed + +- Updated README to run tests against JS dependencies ## [v0.1.0] - 2023-03-24 @@ -33,4 +36,5 @@ JSON schema definitions for the SoAR project Example messages matching the schema for each partner [v0.1.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/9e6ce245...v0.1.0 -[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.1.0...dev +[v0.2.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.1.0...v0.2.0 +[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.2.0...dev -- GitLab