From 17d4c16ea06a39de48357f26e909274fab7fff9c Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 11 Jan 2024 13:14:02 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 300c371..227dbb8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). Note: Minor version `0.X.0` update might break the API, It's recommended to pin `tipg` to minor version: `tipg>=0.1,<0.2` +## [0.6.1] - 2024-01-11 + +- use `spatial_extent` and `datetime_extent` configuration options in `CatalogUpdateMiddleware` and `/refresh` endpoint (author @hrodmn, https://github.com/developmentseed/tipg/pull/164) + ## [0.6.0] - 2024-01-09 - update FastAPI version lower limit to `>0.107.0` and adapt for new starlette version