From 4d7e0274313f1a475e7bffa6e51e3067a89c1558 Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Wed, 28 Aug 2024 17:05:58 +0100
Subject: [PATCH] chore: fix changelog

restore incorrectly moved v0.2.0 entry
---
 CHANGELOG.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6711dc4..0312ad5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,6 @@ 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 
@@ -27,6 +26,10 @@ 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 
+
+- Updated README to run tests against JS dependencies
+
 ## [v0.1.0] - 2023-03-24
 
 ### Added
-- 
GitLab