diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e1485d..3a2671a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 1.0.0]. ## Unreleased +## [Release 22.0.2] + - Add a method to allow fetching press summaries for a given document ## [Release 22.0.1] diff --git a/pyproject.toml b/pyproject.toml index a7f6314f..f1640c65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "22.0.1" +version = "22.0.2" description = "An API client for interacting with the underlying data in Find Caselaw." authors = ["The National Archives"] homepage = "https://github.com/nationalarchives/ds-caselaw-custom-api-client"