diff --git a/CHANGELOG.md b/CHANGELOG.md index 6265550..69b6c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ # Changelog -## v3.3.0 (2025-10-01) +## v4.0.0 (2026-06-01) + +### Forge +* [api][breaking] Make `upload_raster` default to retain all bands +* [api] Add alpha `get_user_info` function +* [api] Add beta grants get and set functions +* [api] Remove `run_advanced_tool` (experimental feature) + +### Tracer +* [api] Add `get_plots_group` function +* [api] Add alpha `get_user_info` function +* [api] Add grants get and set functions +* [api] Improve list functions filtering: search report types by name, order reports by name and time, filter reports by type, filter plots groups by methodology +* [doc] Fix not working links to HTTP doc + +### Internal +* [refactor] Use requests library authentication API to send the X-Api-Key header +* [debug] Log request URL when checking wrong HTTP responses + +## v3.0.0 (2025-10-01) ### Tracer * [api][breaking] Have 'analyze_plots' return id, not full metadata diff --git a/setup.py b/setup.py index 9b05758..f220df0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name="picterra", - version="3.0.0", + version="4.0.0", description="Picterra API client", long_description=long_description, long_description_content_type="text/markdown",