From badd7a14386aeb7a5ef1df61a4f982714ca9715a Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Wed, 28 Aug 2024 16:57:38 +0100
Subject: [PATCH] chore: fix changelog after incorrect merge

Previous release wasn't rebased onto dev
---
 CHANGELOG.md | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c1eda55..a7295a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 ### Changed
 
 - Updated README to run tests against JS dependencies
+- Use discover to find all unit tests 
+- Run tests against current format definitions 
+- Test that formats match saved schema 
+- Run python and javascript tests in CI
+- Refactor schema script to remove invalid definitions object automatically
+- Refactor generate_schema_config script to output file on -f flag 
 
 ## [v0.2.0] - 2024-02-06 
 
@@ -19,15 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 - Emergency flag in mission plan schemas
 - Added additional battery and fuel fields to platform status for SPINE project 
 
-### Changed 
-
-- Refactor schema script to remove invalid definitions object automatically
-- Refactor generate_schema_config script to output file on -f flag 
-- Use discover to find all unit tests 
-- Run tests against current format definitions 
-- Test that formats match saved schema 
-- Run python and javascript tests in CI
-
 ## [v0.1.0] - 2023-03-24
 
 ### Added
-- 
GitLab