From 748d3d3246159a2dbbc2a59a97c88c7e1a75f95f Mon Sep 17 00:00:00 2001 From: Edward Keeble Date: Fri, 17 Nov 2023 14:06:42 -0400 Subject: [PATCH] Updated Changelog with bulk transactions update --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4a37dae4..b146cf95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ ## [Unreleased] +- Add `method` parameter to Bulk Transactions requests in order to support upserting bulk data ([#64](https://github.com/stac-utils/stac-fastapi-pgstac/pull/64)) + ## [2.4.10] - 2023-08-18 ### Fixed