From 19be7ff013c5b700190585f73f1a97cf674675bb Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Wed, 3 Jan 2024 13:57:42 +0000 Subject: [PATCH 1/2] Bump version in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d773d805..2910bedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "18.0.0" +version = "19.0.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" From 476934d30682276d6321ed8088423193f72d4191 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Wed, 3 Jan 2024 14:00:35 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b0ec3b..c6dda4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog 1.0.0]. ## Unreleased +## [Release 19.0.0] + +- **Breaking**: `Client.set_published` no longer has a default argument; you must always be explicit. - **Feature:** New `Client.get_pending_enrichment_for_version` method finds documents which are not yet enriched with a given version, and which haven't recently been sent for enrichment. ## [Release 18.0.0] @@ -358,7 +361,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/v18.0.0...HEAD +[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v19.0.0...HEAD +[Release 19.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v18.0.0...v19.0.0 [Release 18.0.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v17.3.0...v18.0.0 [Release 17.3.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v17.2.0...v17.3.0 [Release 17.2.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v17.1.0...v17.2.0