diff --git a/CHANGELOG.md b/CHANGELOG.md index 62c1bb77bed7e749615ecd1d23f64de0d2181354..8bb6b7950af7c6ae3fcbec8ab55d2907e87b9a2a 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