diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472..b7c9dac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"2.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e9448..b15ee5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,19 @@ # Changelog -## vNEXT +## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30) + +### Added - Add Arbitrum & Avalanche networks. (#47) +- Add a modern test stack, agnostic to the forked network. (#38) +- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38) + +### Changed + +- [BREAKING] Remove ERC1538 references and update related configurations (#52) - Migrate integration tests from Jenkins to GitHub Actions. (#44) - Remove unused files to streamline the repository. (#42) - Rewrite Jenkins CI for future migration (#36, #37) -- Add a modern test stack, agnostic to the forked network. (#38) -- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38) ## v1.1.0 - Support deal sponsor diff --git a/package-lock.json b/package-lock.json index 1e1f7e1..3cbae21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "@iexec/poco": "^5.5.0" diff --git a/package.json b/package.json index 6f99e6c..5589b4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/subgraph", - "version": "1.1.0", + "version": "2.0.0", "author": "iExec", "type": "module", "license": "Apache-2.0",