diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ecd6cd..9a277f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v0.6.2 (2026-03-09) + +### Fix + +- fix issue where formattedtime type not triggering validate correctly (#54) +- fix postcode type to raise error when postcode submitted without space (#53) +- amend arrow file read to use streams +- deal with case sensitivity on file extension derivation (#50) + ## v0.6.1 (2026-02-19) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6036c9e..3c13da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nhs_dve" -version = "0.6.1" +version = "0.6.2" description = "`nhs data validation engine` is a framework used to validate data" authors = ["NHS England "] readme = "README.md"