diff --git a/CHANGELOG.md b/CHANGELOG.md index bb32547..41cdf9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. -## [Unreleased] +## [Release 1.3.4] + +- Add data for EWFC B +- Fix brackets on a court NCN (that isn't used anywhere) ## [Release 1.3.3] diff --git a/pyproject.toml b/pyproject.toml index 69b219a..2ee75bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "1.3.3" +version = "1.3.4" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"