Skip to content

Commit c79f33b

Browse files
committed
Release 1.0.1
1 parent 7c3ee2e commit c79f33b

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ 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-
#### [v1.0.0](https://github.com/oceanprotocol/ocean-node/compare/v0.2.3...v1.0.0)
7+
#### [v1.0.1](https://github.com/oceanprotocol/ocean-node/compare/v1.0.0...v1.0.1)
8+
9+
- update dns bootstraps [`#1239`](https://github.com/oceanprotocol/ocean-node/pull/1239)
10+
- Do not abort on ping failure [`#1238`](https://github.com/oceanprotocol/ocean-node/pull/1238)
11+
- Bump minimatch from 3.1.2 to 3.1.5 [`#1237`](https://github.com/oceanprotocol/ocean-node/pull/1237)
12+
13+
### [v1.0.0](https://github.com/oceanprotocol/ocean-node/compare/v0.2.3...v1.0.0)
14+
15+
> 27 February 2026
816
917
- Release 1 0 [`#1235`](https://github.com/oceanprotocol/ocean-node/pull/1235)
1018
- retry connection lost [`#1213`](https://github.com/oceanprotocol/ocean-node/pull/1213)
@@ -177,9 +185,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
177185
- Fix validUntil value for free c2d. [`#899`](https://github.com/oceanprotocol/ocean-node/pull/899)
178186
- Bump axios from 1.7.4 to 1.8.2 [`#892`](https://github.com/oceanprotocol/ocean-node/pull/892)
179187
- Bump serialize-javascript and mocha [`#891`](https://github.com/oceanprotocol/ocean-node/pull/891)
188+
- Release 1.0.0 [`bbdf97b`](https://github.com/oceanprotocol/ocean-node/commit/bbdf97b55eb62a985650f0f044c7e4e300169c2d)
180189
- add integration tests for getJobs handler [`b4bdb40`](https://github.com/oceanprotocol/ocean-node/commit/b4bdb4058807c0315d6ed1c2982893ed5354aad8)
181190
- remove retrial. [`1190c46`](https://github.com/oceanprotocol/ocean-node/commit/1190c46f7bb676083e12c9741a477a7166b9165f)
182-
- Fix retrial in worker. [`8d5ed53`](https://github.com/oceanprotocol/ocean-node/commit/8d5ed53825b5b1026c0b2968ae4e4222a7401829)
183191

184192
#### [v0.2.3](https://github.com/oceanprotocol/ocean-node/compare/v0.2.1...v0.2.3)
185193

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": "1.0.0",
3+
"version": "1.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)