We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 323522e commit 93e59caCopy full SHA for 93e59ca
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v0.6.1 (2026-02-19)
2
+
3
+### Fix
4
5
+- ensure that captured errors during business rule evaluation are being captured and logged
6
+- included submission status (with additional processing failure check) in error report population to reduce chance of incorrect status
7
+- issue with si filename handling when the filename contains special chars
8
9
## v0.6.0 (2026-02-16)
10
11
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nhs_dve"
-version = "0.6.0"
+version = "0.6.1"
description = "`nhs data validation engine` is a framework used to validate data"
authors = ["NHS England <england.contactus@nhs.net>"]
readme = "README.md"
0 commit comments