From f9c59be7f13ba190de00e3d214584eceb7ae92c4 Mon Sep 17 00:00:00 2001 From: David McKee Date: Thu, 28 Sep 2023 16:23:49 +0100 Subject: [PATCH] v15.1.1 --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad62b242..846500c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [Release 15.1.1] +- Get version annotation for a single document +- Expose the type of the latest manifestation date of a document + ## [Release 15.1.0] - Search results for press summaries now include NCNs @@ -317,7 +321,8 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Release 1.0.5] - Initial tagged release -[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.0...HEAD +[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.1...HEAD +[Release 15.1.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.1.0...v15.1.1 [Release 15.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.0.1...v15.1.0 [Release 15.0.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.0.0...v15.0.1 [Release 15.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.1.0...v15.0.0 diff --git a/pyproject.toml b/pyproject.toml index 1ba256d7..b429f163 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "15.1.0" +version = "15.1.1" 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"