From 40a59e69474d306584fd803a44dbe837b2d791ff Mon Sep 17 00:00:00 2001 From: Cristina <579522+CristinaRO@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:42:01 +0100 Subject: [PATCH] Release 23.0.1 Signed-off-by: Cristina <579522+CristinaRO@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b01c520..a3db352b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog 1.0.0]. ## Unreleased +## [Release 23.0.1] + - Remove fcl_ex_id_ prefix from UUID of reparse execution ID - Implement handling of facets received from MarkLogic search results @@ -399,7 +401,9 @@ 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/v22.0.1...HEAD +[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v23.0.1...HEAD +[Release 23.0.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.1.0...v23.0.1 +[Release 22.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.1...v22.1.0 [Release 22.0.1]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v22.0.0...v22.0.1 [Release 22.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v21.0.0...v22.0.0 [Release 21.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v20.0.0...v21.0.0 diff --git a/pyproject.toml b/pyproject.toml index bc9cd0d0..f0a582cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "22.1.0" +version = "23.0.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"