diff --git a/README.md b/README.md index 528413fa..0a05791a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ The documentation for the latest release can be found at [https://docs.descartes Changelog ========= +## [2.0.2] - 2023-06-26 + +### Catalog + +- Allow data type `int32` in geotiff downloads. +- `BlobCollection` now importable from `descarteslabs.catalog`. + +### Documentation + +- Added API documentation for dynamic compute and vector + ## [2.0.1] - 2023-06-14 ### Raster diff --git a/descarteslabs/core/client/version.py b/descarteslabs/core/client/version.py index 32f51bd7..b468641a 100644 --- a/descarteslabs/core/client/version.py +++ b/descarteslabs/core/client/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.0.1" +__version__ = "2.0.2"