From 928b8866bf6799284eb428cf1a8cc4ff766c9773 Mon Sep 17 00:00:00 2001 From: Nick Jackson Date: Mon, 28 Oct 2024 16:55:26 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=2027.1.0=20=E2=86=92=2027.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f86de6..14838e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog 1.0.0]. +## v27.2.0 (2024-10-28) + +## Feat + +- **FCL-396**: query highlighting is now done as a function of requesting the Document + +### Fix + +- **deps**: update dependency boto3 to v1.35.48 +- **deps**: update dependency mypy-boto3-s3 to v1.35.45 +- **deps**: update dependency boto3 to v1.35.45 + +### Refactor + +- **FCL-396**: tidy up API implementation for search query highlighting change + ## v27.1.0 (2024-10-23) - Feature: Add native XSLT transformations to the API diff --git a/pyproject.toml b/pyproject.toml index 2f8e86f3..9be1b798 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ds-caselaw-marklogic-api-client" -version = "27.1.0" +version = "27.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"