Skip to content

Commit 1d3d3f3

Browse files
chore(main): release 2.0.0 (#53)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com> Co-authored-by: Le-Caignec <[email protected]>
1 parent 5bf8680 commit 1d3d3f3

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.1.0"}
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
# Changelog
22

3-
## vNEXT
3+
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v2.0.0) (2025-07-30)
4+
5+
### Added
46

57
- Add Arbitrum & Avalanche networks. (#47)
8+
- Add a modern test stack, agnostic to the forked network. (#38)
9+
- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)
10+
11+
### Changed
12+
13+
- [BREAKING] Remove ERC1538 references and update related configurations (#52)
614
- Migrate integration tests from Jenkins to GitHub Actions. (#44)
715
- Remove unused files to streamline the repository. (#42)
816
- Rewrite Jenkins CI for future migration (#36, #37)
9-
- Add a modern test stack, agnostic to the forked network. (#38)
10-
- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)
1117

1218
## v1.1.0 - Support deal sponsor
1319

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iexec/subgraph",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"author": "iExec",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)