diff --git a/CHANGELOG.md b/CHANGELOG.md index 46edf9e..f38799d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ======= +# 1.11.0 (2024-08-01) +- Added command `tilesets upload-raster-source` to upload raster files as sources + # 1.10.0 (2024-05-07) - Add support for the `rasterarray` type on the `list` command. diff --git a/mapbox_tilesets/__init__.py b/mapbox_tilesets/__init__.py index 04844e3..f98b04d 100644 --- a/mapbox_tilesets/__init__.py +++ b/mapbox_tilesets/__init__.py @@ -1,3 +1,3 @@ """mapbox_tilesets package""" -__version__ = "1.10.0" +__version__ = "1.11.0"