diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f97729..ffe50e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.7.0](https://github.com/dhis2/climate-app/compare/v1.6.3...v1.7.0) (2025-03-07) + + +### Features + +* vegetation indices ([#60](https://github.com/dhis2/climate-app/issues/60)) ([225b850](https://github.com/dhis2/climate-app/commit/225b8509d1fbf5676379c16393f6032057a0b5ce)) + ## [1.6.3](https://github.com/dhis2/climate-app/compare/v1.6.2...v1.6.3) (2025-02-26) diff --git a/package.json b/package.json index 34105a2..32afa35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "climate-data", - "version": "1.6.3", + "version": "1.7.0", "description": "Explore and import weather and climate data in DHIS2.", "license": "BSD-3-Clause", "private": true,