We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe0565 commit 55e4c64Copy full SHA for 55e4c64
2 files changed
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## v0.7.2 (2026-04-02)
2
+
3
+### Fix
4
5
+- amend messaging for missing CSV fields check in ddb reader (#83)
6
+- ensure publish audit only captures information about the indivdual submission (#77)
7
8
+### Refactor
9
10
+- add extra clarification to the units presented in the file size row of the error report (#81)
11
12
## v0.7.1 (2026-03-12)
13
14
### Fix
pyproject.toml
@@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
24
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
25
26
[tool.poetry]
27
-version = "0.7.1"
+version = "0.7.2"
28
packages = [
29
{ include = "dve", from = "src" },
30
]
0 commit comments