Skip to content

Commit 55e4c64

Browse files
bump: version 0.7.1 → 0.7.2
1 parent abe0565 commit 55e4c64

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
112
## v0.7.1 (2026-03-12)
213

314
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Issues = "https://github.com/NHSDigital/data-validation-engine/issues"
2424
Changelog = "https://github.com/NHSDigital/data-validation-engine/blob/main/CHANGELOG.md"
2525

2626
[tool.poetry]
27-
version = "0.7.1"
27+
version = "0.7.2"
2828
packages = [
2929
{ include = "dve", from = "src" },
3030
]

0 commit comments

Comments
 (0)