Skip to content

Commit

Permalink
Merge pull request #518 from nationalarchives/v19.0.0
Browse files Browse the repository at this point in the history
Release v19.0.0
  • Loading branch information
dragon-dxw authored Jan 3, 2024
2 parents cb73078 + 476934d commit fc3ad61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fc3ad61

Please sign in to comment.