diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 680b7f0..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 b15ee5a..311b6da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,34 +1,32 @@ # Changelog -## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30) +## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-08-14) -### Added +### 🚀 Changes -- 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 config for Arbitrum one deployment (#54) +* [BREAKING] Remove ERC1538 references and update related configurations (#52) +* Add Arbitrum & Avalanche networks. (#47) +* Migrate integration tests from Jenkins to GitHub Actions. (#44) +* Remove unused files to streamline the repository. (#42) +* 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) +* Rewrite Jenkins CI for future migration (#36, #37) ## v1.1.0 - Support deal sponsor -- Add `sponsor` to `deal`. (#31) -- Update deployment hosts: - - production (#30) - - staging (#29) -- Display coverage in Github PR checks. (#26) -- Add integration test suite. (#21) -- Add unit test suite. (#20) +* Add `sponsor` to `deal`. (#31) +* Update deployment hosts: + * production (#30) + * staging (#29) +* Display coverage in Github PR checks. (#26) +* Add integration test suite. (#21) +* Add unit test suite. (#20) ## v1.0.0 - initial release ### features -- index iExec PoCo v5.3.0 `@iexec/poco@5.3.0` -- chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo -- iExec enterprise version +* index iExec PoCo v5.3.0 `@iexec/poco@5.3.0` +* chains `mainnet`, `viviani`, `bellecour`, `goerli`, `rinkeby`, local chain with PoCo +* iExec enterprise version diff --git a/package-lock.json b/package-lock.json index 3cbae21..e0d0c49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9447,4 +9447,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 156d45c..661c465 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",