diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cf12b..a8985ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## v2.0.1 (2024-11-25) + +### Fix + +- **neutral_url**: neutral_url no longer returns URIs with a leading slash + ## v2.0.0 (2024-10-02) ### BREAKING CHANGE diff --git a/pyproject.toml b/pyproject.toml index 274a77a..b8b29d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds_caselaw_utils" -version = "2.0.0" +version = "2.0.1" description = "Utilities for the National Archives Caselaw project" authors = ["Nick Jackson ", "David McKee ", "Tim Cowlishaw ", "Laura Porter "] license = "MIT"