From 165f903bc91078dbe1d70892a1adcfdd4d2a0246 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Tue, 17 Dec 2024 13:46:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=2028.1.0=20=E2=86=92=2028.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aac4c0c4..a225f0bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. +## v28.2.0 (2024-12-17) + +### Feat + +- **FCL-532**: assign FCLIDs on document publication +- **FCL-532**: add ability to retrieve identifiers by type +- **FCL-499**: add new FCLID identifier class +- **FCL-499**: add method to get next sequence number from MarkLogic + +### Fix + +- **deps**: update dependency certifi to >=2024.12.14,<2024.13.0 +- **deps**: update dependency boto3 to v1.35.80 + ## v28.1.0 (2024-12-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 05c623cc..f726bd4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "28.1.0" +version = "28.2.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"