diff --git a/CHANGES.md b/CHANGES.md index b146cf9..4771882 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [2.4.11] - 2023-12-01 + +### Changed + - 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 diff --git a/VERSION b/VERSION index 1583498..e393c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.9 \ No newline at end of file +2.4.11 \ No newline at end of file diff --git a/stac_fastapi/pgstac/version.py b/stac_fastapi/pgstac/version.py index b6f9989..1b96f9f 100644 --- a/stac_fastapi/pgstac/version.py +++ b/stac_fastapi/pgstac/version.py @@ -1,2 +1,2 @@ """library version.""" -__version__ = "2.4.10" +__version__ = "2.4.11"