diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d42f3f..acfe0fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog 1.0.0]. ## [Unreleased] +## [Release 15.0.1] +- Bugfix: document_date_as_date shouldn't fail hard if we can't parse it. + ## [Release 15.0.0] - Changed `is_failure` to rely on `failed_to_parse`, rather than `failure` in the URI. @@ -308,7 +311,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.0.0...HEAD +[Unreleased]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v15.0.1...HEAD +[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 [Release 14.1.0]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.0.2...v14.1.0 [Release 14.0.2]: https://github.com/nationalarchives/ds-caselaw-custom-api-client/compare/v14.0.1...v14.0.2 diff --git a/pyproject.toml b/pyproject.toml index 63a8d761..f2f48c5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "15.0.0" +version = "15.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"