From 04bca7e2ccb569cec28fabaf3155a8e50ad41e1f Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 9 Jan 2024 21:58:20 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 61693558..a10658dd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,10 +6,12 @@ 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` -## [unreleased] +## [0.6.0] - 2024-01-09 - update FastAPI version lower limit to `>0.107.0` and adapt for new starlette version - fix invalid streaming response formatting +- refactor internal table properties handling +- fix sub-model Table settings (https://github.com/developmentseed/tipg/issues/154) ## [0.5.7] - 2024-01-08