From 5ca9f23666bc87172ebad2e62015f1613b483828 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Thu, 12 Dec 2024 11:21:31 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=2028.0.0=20=E2=86=92=2028.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e1c178..aac4c0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. -## Unreleased +## v28.1.0 (2024-12-12) ### Feat +- **FCL-309**: identifier UUIDs are now prefixed with 'id-' - **FCL-309**: identifiers can compile URL slugs - **FCL-309**: identifiers can now be saved to and retrieved from MarkLogic - **FCL-309**: add functionality for packing and unpacking XML representations of identifiers @@ -16,11 +17,16 @@ The format is based on [Keep a Changelog 1.0.0]. ### Fix +- **deps**: update boto packages to v1.35.69 - **deps**: update dependency ds-caselaw-utils to v2.0.1 - **deps**: update dependency mypy-boto3-sns to v1.35.68 - **deps**: update boto packages to v1.35.67 - **deps**: update dependency boto3 to v1.35.64 - **deps**: update boto packages to v1.35.61 +- **deps**: update dependency boto3 to v1.35.77 +- **deps**: update dependency mypy-boto3-s3 to v1.35.76 +- **deps**: update dependency boto3 to v1.35.75 +- **deps**: update boto packages to v1.35.72 ## v28.0.0 (2024-11-14) diff --git a/pyproject.toml b/pyproject.toml index a800d8ce..6a5f5a4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "28.0.0" +version = "28.1.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"