From a35e36622f4b5185437cad8b84bae3e2b807d056 Mon Sep 17 00:00:00 2001 From: "iexec-release-please-app[bot]" <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 09:34:06 +0000 Subject: [PATCH 1/2] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..8d6e472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a948dd..1033dd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [1.1.0](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/compare/v1.0.0...v1.1.0) (2025-07-24) + + +### 🚀 Features + +* add arbitrum network config ([#28](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/28)) ([0742af6](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/0742af6e6d0bbda21876c1ec41674d030af73fee)) + + +### 🐞 Bug Fixes + +* release-please-config to use v-tag ([f4a363e](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/f4a363ec7c19271afb333b50027f609bf5c36cbd)) + + +### 🧰 Other + +* organize network configurations and add Arbitrum network ([5d5eb1d](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/5d5eb1d667f49351225509f9262d22ba6a8034a9)) +* update changelog and README for clarity and consistency ([b671345](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/b6713458de9626e9cb1459e4dd4860f0fe71fad6)) +* update changelog and README for clarity and consistency ([#24](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/24)) ([dd64f57](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/dd64f57109c070cf5e9408550c9718c3f1fbda0e)) +* update package.json and release-please-config for consistency ([75144dd](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/75144ddc355b85bcd025264faf0bb11c6935b278)) +* update package.json and release-please-config for consistency ([#26](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/26)) ([43eabc0](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/43eabc03e9652d7d3d4d124bdfc99d68903b5856)) + ## [1.0.0] - 2025-07-23 ### Added diff --git a/package-lock.json b/package-lock.json index 1fb81cc..ddb5c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whitelist-smart-contract", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "whitelist-smart-contract", - "version": "1.0.0", + "version": "1.1.0", "dependencies": { "@openzeppelin/contracts": "^5.4.0" }, diff --git a/package.json b/package.json index d354e65..81cb45e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whitelist-smart-contract", - "version": "1.0.0", + "version": "1.1.0", "description": "Whitelist smart contract to allow developers to not resign a sell order every time there's a new web3mail dapp being deployed.", "main": "index.ts", "scripts": { From a3939ebf119cf3d3834e9b5dcd1f155100e27cd8 Mon Sep 17 00:00:00 2001 From: Le-Caignec Date: Thu, 24 Jul 2025 11:38:13 +0200 Subject: [PATCH 2/2] chore: update changelog for clarity and consistency --- CHANGELOG.md | 41 +++++++++++++---------------------------- 1 file changed, 13 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1033dd7..bb02062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,60 +2,45 @@ ## [1.1.0](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/compare/v1.0.0...v1.1.0) (2025-07-24) - ### 🚀 Features * add arbitrum network config ([#28](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/28)) ([0742af6](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/0742af6e6d0bbda21876c1ec41674d030af73fee)) - -### 🐞 Bug Fixes - -* release-please-config to use v-tag ([f4a363e](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/f4a363ec7c19271afb333b50027f609bf5c36cbd)) - - -### 🧰 Other - -* organize network configurations and add Arbitrum network ([5d5eb1d](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/5d5eb1d667f49351225509f9262d22ba6a8034a9)) -* update changelog and README for clarity and consistency ([b671345](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/b6713458de9626e9cb1459e4dd4860f0fe71fad6)) -* update changelog and README for clarity and consistency ([#24](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/24)) ([dd64f57](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/dd64f57109c070cf5e9408550c9718c3f1fbda0e)) -* update package.json and release-please-config for consistency ([75144dd](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/75144ddc355b85bcd025264faf0bb11c6935b278)) -* update package.json and release-please-config for consistency ([#26](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/issues/26)) ([43eabc0](https://github.com/iExecBlockchainComputing/whitelist-smart-contract/commit/43eabc03e9652d7d3d4d124bdfc99d68903b5856)) - ## [1.0.0] - 2025-07-23 ### Added -- GitHub Actions CI/CD pipeline -- Hardhat Ignition deployment script -- TypeChain support for improved type safety +* GitHub Actions CI/CD pipeline +* Hardhat Ignition deployment script +* TypeChain support for improved type safety ### Changed -- **[BREAKING]** Migrated from OpenZeppelin contracts v4 to v5 -- Updated Hardhat and related dependencies -- Improved test structure using TypeChain factories +* **[BREAKING]** Migrated from OpenZeppelin contracts v4 to v5 +* Updated Hardhat and related dependencies +* Improved test structure using TypeChain factories ### Removed -- Drone CI +* Drone CI ## [0.2.1] ### Added -- Load environment variables from `.env` file +* Load environment variables from `.env` file ### Changed -- Upgrade dependencies +* Upgrade dependencies ## [0.2.0] ### Changed -- **[BREAKING]** Fixed method name `addResourceToWhitelist` -- **[BREAKING]** Fixed method name `removeResourceFromWhitelist` -- Throw an error early when a script param is missing -- Fixed TypeScript typing errors +* **[BREAKING]** Fixed method name `addResourceToWhitelist` +* **[BREAKING]** Fixed method name `removeResourceFromWhitelist` +* Throw an error early when a script param is missing +* Fixed TypeScript typing errors ## [0.1.0] Initial release