diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f85af25e..a12193b1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"8.16.1"} +{".":"8.17.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f694326a..7b5b423f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [8.17.0](https://github.com/iExecBlockchainComputing/iexec-sdk/compare/v8.16.1...v8.17.0) (2025-07-22) + + +### Added + +* add compass service for offchain config resolution ([#454](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/454)) ([31d4a28](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/31d4a28f00d61702883f1854e594ec4b227a88ac)) + + +### Changed + +* typescript fix getNetwork() return type ([#452](https://github.com/iExecBlockchainComputing/iexec-sdk/issues/452)) ([9c747d0](https://github.com/iExecBlockchainComputing/iexec-sdk/commit/9c747d059d7e4159e389156e8706c7f55ea6e90e)) + ## [8.16.1](https://github.com/iExecBlockchainComputing/iexec-sdk/compare/v8.16.0...v8.16.1) (2025-07-03) diff --git a/package-lock.json b/package-lock.json index 9abcbdcb..d6c59c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iexec", - "version": "8.16.1", + "version": "8.17.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iexec", - "version": "8.16.1", + "version": "8.17.0", "license": "Apache-2.0", "dependencies": { "@ensdomains/ens-contracts": "^1.2.5", diff --git a/package.json b/package.json index 521691b9..07c9ad55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iexec", - "version": "8.16.1", + "version": "8.17.0", "description": "iExec SDK", "bin": { "iexec": "dist/esm/cli/cmd/iexec.js"