From 488b33a6ed1e79af406f862cc97d2a3a5eda3eb3 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 29 Oct 2024 20:53:07 +0000 Subject: [PATCH] Merge pull request #234 from sandialabs/srs860 Srs860 [skip ci] --- CHANGELOG.md | 9 +++++++++ pyscan/VERSION.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab92e3a..d17c5b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.8.5](https://github.com/sandialabs/pyscan/compare/v0.8.4...v0.8.5) (2024-10-29) + + +### Bug Fixes + +* **driver:** fixed the stanford 860 auto test end removed some unneeded properties ([35bc923](https://github.com/sandialabs/pyscan/commit/35bc923bee85bb3104d3234bccb9b1d5ed0a5bff)) + + + ## [0.8.4](https://github.com/sandialabs/pyscan/compare/v0.8.3...v0.8.4) (2024-10-18) diff --git a/pyscan/VERSION.json b/pyscan/VERSION.json index 82fc0a37..3745ecd6 100644 --- a/pyscan/VERSION.json +++ b/pyscan/VERSION.json @@ -1,3 +1,3 @@ { - "version": "0.8.4" + "version": "0.8.5" }