diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d7992d..9b430dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased / Draft +## [1.2.0] - 2021-12-15 + ### Added - New processes in proposal state @@ -261,7 +263,8 @@ First version which is separated from the openEO API. Complete rework of all pro Older versions of the processes were released as part of the openEO API, see the corresponding changelog for more information. -[Unreleased]: +[Unreleased]: +[1.2.0]: [1.1.0]: [1.0.0]: [1.0.0-rc.1]: diff --git a/README.md b/README.md index 45283419..99ea0a02 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,13 @@ openEO develops interoperable processes for big Earth observation cloud processi The [master branch](https://github.com/Open-EO/openeo-processes/tree/master) is the 'stable' version of the openEO processes specification. An exception is the [`proposals`](proposals/) folder, which provides experimental new processes currently under discussion. They may still change, but everyone is encouraged to implement them and give feedback. -The latest release is version **1.1.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch. +The latest release is version **1.2.0**. The [draft branch](https://github.com/Open-EO/openeo-processes/tree/draft) is where active development takes place. PRs should be made against the draft branch. | Version / Branch | Status | openEO API versions | | ------------------------------------------------------------ | ------------------------- | ------------------- | | [unreleased / draft](https://processes.openeo.org/draft) | in development | 1.x.x | -| [**1.1.0** / master](https://processes.openeo.org/1.1.0/) | **latest stable version** | 1.x.x | +| [**1.2.0** / master](https://processes.openeo.org/1.2.0/) | **latest stable version** | 1.x.x | +| [1.1.0](https://processes.openeo.org/1.1.0/) | legacy version | 1.x.x | | [1.0.0](https://processes.openeo.org/1.0.0/) | legacy version | 1.x.x | | [1.0.0 RC1](https://processes.openeo.org/1.0.0-rc.1/) | legacy version | 1.x.x | | [0.4.2](https://processes.openeo.org/0.4.2/) | legacy version | 0.4.x | diff --git a/array_apply.json b/array_apply.json index bea8a744..15da28dc 100644 --- a/array_apply.json +++ b/array_apply.json @@ -96,13 +96,13 @@ { "rel": "example", "type": "application/json", - "href": "https://processes.openeo.org/1.1.0/examples/array_find_nodata.json", + "href": "https://processes.openeo.org/1.2.0/examples/array_find_nodata.json", "title": "Find no-data values in arrays" }, { "rel": "example", "type": "application/json", - "href": "https://processes.openeo.org/1.1.0/examples/array_contains_nodata.json", + "href": "https://processes.openeo.org/1.2.0/examples/array_contains_nodata.json", "title": "Check for no-data values in arrays" } ] diff --git a/array_contains.json b/array_contains.json index cabfcf23..745b62b3 100644 --- a/array_contains.json +++ b/array_contains.json @@ -133,7 +133,7 @@ { "rel": "example", "type": "application/json", - "href": "https://processes.openeo.org/1.1.0/examples/array_contains_nodata.json", + "href": "https://processes.openeo.org/1.2.0/examples/array_contains_nodata.json", "title": "Check for no-data values in arrays" } ], diff --git a/array_find.json b/array_find.json index 908b5a76..c95f2628 100644 --- a/array_find.json +++ b/array_find.json @@ -164,7 +164,7 @@ { "rel": "example", "type": "application/json", - "href": "https://processes.openeo.org/1.1.0/examples/array_find_nodata.json", + "href": "https://processes.openeo.org/1.2.0/examples/array_find_nodata.json", "title": "Find no-data values in arrays" } ] diff --git a/meta/subtype-schemas.json b/meta/subtype-schemas.json index 2d6d7ae8..429252ef 100644 --- a/meta/subtype-schemas.json +++ b/meta/subtype-schemas.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "http://processes.openeo.org/1.1.0/meta/subtype-schemas.json", + "$id": "http://processes.openeo.org/1.2.0/meta/subtype-schemas.json", "title": "Subtype Schemas", "description": "This file defines the schemas for subtypes we define for openEO processes.", "definitions": { diff --git a/rename_labels.json b/rename_labels.json index 6ed32f6f..e1ec9138 100644 --- a/rename_labels.json +++ b/rename_labels.json @@ -97,7 +97,7 @@ { "rel": "example", "type": "application/json", - "href": "https://processes.openeo.org/1.1.0/examples/rename-enumerated-labels.json", + "href": "https://processes.openeo.org/1.2.0/examples/rename-enumerated-labels.json", "title": "Rename enumerated labels" } ] diff --git a/tests/docs.html b/tests/docs.html index 73e01312..782d115b 100644 --- a/tests/docs.html +++ b/tests/docs.html @@ -114,7 +114,7 @@ document: 'processes.json', categorize: true, apiVersion: '1.1.0', - title: 'openEO processes (Draft)', + title: 'openEO processes (1.2.0)', notice: '**Note:** This is the list of all processes specified by the openEO project. Back-ends implement a varying set of processes. Thus, the processes you can use at a specific back-end may derive from the specification, may include non-standardized processes and may not implement all processes listed here. Please check each back-end individually for the processes they support. The client libraries usually have a function called `listProcesses` or `list_processes` for that.' } })