From e4beb41496b1ceb0f1eb119c9c24ffb9d6002caa Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Wed, 28 Aug 2024 15:26:01 +0200 Subject: [PATCH] update changelog --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a300c22..8921724 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Release Notes +## 5.3.4 (2024-08-28) + +* make sure there is no overviews when `overview_level=0` and using GDAL COG Driver (author @lagamura, https://github.com/cogeotiff/rio-cogeo/pull/289) +* add python 3.12 support + ## 5.3.3 (2024-07-04) * remove Numpy requirement in `pyproject.toml`