Skip to content

Commit 93740ac

Browse files
committed
Release 2.0.1
1 parent bb9f4a0 commit 93740ac

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7-
#### [v2.0.0](https://github.com/oceanprotocol/ocean-node/compare/v1.0.7...v2.0.0)
7+
#### [v2.0.1](https://github.com/oceanprotocol/ocean-node/compare/v2.0.0...v2.0.1)
8+
9+
- fix: payments claim issue [`#1275`](https://github.com/oceanprotocol/ocean-node/pull/1275)
10+
- fix: remove some fields from getJobs handler response [`#1271`](https://github.com/oceanprotocol/ocean-node/pull/1271)
11+
- getFile: return proper type [`#1267`](https://github.com/oceanprotocol/ocean-node/pull/1267)
12+
- refactor fileinfo route & handler [`#1265`](https://github.com/oceanprotocol/ocean-node/pull/1265)
13+
14+
### [v2.0.0](https://github.com/oceanprotocol/ocean-node/compare/v1.0.7...v2.0.0)
15+
16+
> 16 March 2026
817
918
- Length prefixed streams [`#1232`](https://github.com/oceanprotocol/ocean-node/pull/1232)
1019
- feat: update quickstart script & gpu docs [`#1261`](https://github.com/oceanprotocol/ocean-node/pull/1261)
@@ -13,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1322
- Bump tar from 7.5.8 to 7.5.10 [`#1254`](https://github.com/oceanprotocol/ocean-node/pull/1254)
1423
- storage cleanup & add S3 Storage for datasets (so far) [`#1256`](https://github.com/oceanprotocol/ocean-node/pull/1256)
1524
- fix: integration c2d test [`#1212`](https://github.com/oceanprotocol/ocean-node/pull/1212)
25+
- Release 2.0.0 [`0b852a1`](https://github.com/oceanprotocol/ocean-node/commit/0b852a1241d7dfdbf6db2540a6f3a513e2387111)
1626

1727
#### [v1.0.7](https://github.com/oceanprotocol/ocean-node/compare/v1.0.6...v1.0.7)
1828

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ocean-node",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Ocean Node is used to run all core services in the Ocean stack",
55
"author": "Ocean Protocol Foundation",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)