diff --git a/CHANGELOG.md b/CHANGELOG.md index 0759a468..679427f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. -## Unreleased +## v29.1.0 (2025-01-08) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 651a1845..7d224ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "29.0.1" +version = "29.1.0" 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"