diff --git a/CHANGES.txt b/CHANGES.txt index 49638234..1d016fb7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,34 @@ -2.0.0-rc.3 (TBD) +2.0.0 (2023-04-17) + +User Interface Changes: +- Match search-create and search-update name/filter options/parameters in Data + API and CLI to match to search UI (#883, #898, #909). +- Change Subscriptions CLI function naming from describe to get to match other + clients (#900). +- Removed (unused) checksum argument from download_order (#896). +- Move planet data stats CLI interval and filter args to required options + (#894). Changed: +- Data and Subscriptions API and CLI now normalize and validate item type and + asset type (#902, #905). +- Bulk create order example now demonstrates use of a dynamic list (#913). + +Added: +- Added bandmath tool to order_request (#876) +- Subscriptions request generator api/cli no longer requires geojson entry for + catalog source to only be a geometry, it can pull the geometry out of a + feature and featurecollection (#880) + +Fixed: +- Fixed bug that caused Landsat asset download with the Data Client fail + (#928). +- Fixed notifications entry layout generated by order_request that was causing + the notifications entry to not be used in the generated order (#917). - Session class unit tests are marked to be run within an event loop and are no longer skipped (#881). + 2.0.0-rc.2 (2023-03-15) Added: diff --git a/planet/__version__.py b/planet/__version__.py index ab12a45c..97ae6410 100644 --- a/planet/__version__.py +++ b/planet/__version__.py @@ -1 +1 @@ -__version__ = '2.0.0-rc.3dev' +__version__ = '2.0.1dev'