diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ef61cf2a..65814cf1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "1.7.2", + ".": "1.7.3", "dapp": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 78cc1963..8978e784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.7.3](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.7.2...web3mail-v1.7.3) (2026-02-16) + + +### Changed + +* stop enforcing SCONE as unique TEE framework for orders ([#244](https://github.com/iExecBlockchainComputing/web3mail-sdk/issues/244)) ([3d27a13](https://github.com/iExecBlockchainComputing/web3mail-sdk/commit/3d27a13907000df79eabc835d423df085027c912)) + ## [1.7.2](https://github.com/iExecBlockchainComputing/web3mail-sdk/compare/web3mail-v1.7.1...web3mail-v1.7.2) (2025-12-03) diff --git a/package-lock.json b/package-lock.json index dad2d206..d3f654f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/web3mail", - "version": "1.7.2", + "version": "1.7.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/web3mail", - "version": "1.7.2", + "version": "1.7.3", "license": "Apache-2.0", "dependencies": { "@iexec/dataprotector": "^2.0.0-beta.24", diff --git a/package.json b/package.json index 34d992b3..3ad4097a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/web3mail", - "version": "1.7.2", + "version": "1.7.3", "description": "This product enables users to confidentially store data–such as mail address, documents, personal information ...", "main": "./dist/index.js", "type": "module",