From 19215f3ee9fc80dd96ac9d6d550adb45da2b45f9 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Fri, 23 Sep 2022 11:02:25 +0200
Subject: [PATCH] Version 0.8 fixes a regression in the XST packet parsing

---
 README.md | 1 +
 VERSION   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f3cefcb..2af55ed 100644
--- a/README.md
+++ b/README.md
@@ -86,6 +86,7 @@ tox -e debug tests.requests.test_prometheus
 
 ## Releasenotes
 
+- 0.8  - Fixed XST packet parsing.
 - 0.7. - Partial rework of DTS outside code, still many possible improvements.
 - 0.6. - Correctly transpose XST blocks in `XSTCollector`.
 - 0.5. - Swapped [x][y] for [y][x] dimensionality in `get_attribute_history`
diff --git a/VERSION b/VERSION
index faef31a..a3df0a6 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.7.0
+0.8.0
-- 
GitLab