Skip to content

Commit 7c147f0

Browse files
committed
v2.5.0
1 parent 89ded9f commit 7c147f0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
## [2.5.0] - 2022-04-07
11+
912
### Changed
1013

1114
- `listJobs`, `listServices` and `listUserProcesses` allow to update existing processes.
@@ -182,7 +185,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
182185

183186
All prior releases have been documented in the [GitHub Releases](https://github.com/Open-EO/openeo-js-client/releases).
184187

185-
[Unreleased]: https://github.com/Open-EO/openeo-js-client/compare/v2.4.1...HEAD
188+
[Unreleased]: https://github.com/Open-EO/openeo-js-client/compare/v2.5.0...HEAD
189+
[2.5.0]: https://github.com/Open-EO/openeo-js-client/compare/v2.4.1...v2.5.0
186190
[2.4.1]: https://github.com/Open-EO/openeo-js-client/compare/v2.4.0...v2.4.1
187191
[2.4.0]: https://github.com/Open-EO/openeo-js-client/compare/v2.3.1...v2.4.0
188192
[2.3.1]: https://github.com/Open-EO/openeo-js-client/compare/v2.3.0...v2.3.1

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JavaScript/TypeScript client for the openEO API.
44

55
* [Documentation](https://open-eo.github.io/openeo-js-client/latest/).
66

7-
The version of this client is **2.4.1** and supports **openEO API versions 1.x.x**.
7+
The version of this client is **2.5.0** and supports **openEO API versions 1.x.x**.
88
Legacy versions are available as releases.
99
See the [CHANGELOG](CHANGELOG.md) for recent changes.
1010

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/js-client",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

src/openeo.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class OpenEO {
110110
* @returns {string} Version number (according to SemVer).
111111
*/
112112
static clientVersion() {
113-
return "2.4.1";
113+
return "2.5.0";
114114
}
115115

116116
}

0 commit comments

Comments
 (0)