Skip to content

Commit 2617b48

Browse files
committed
chore: update version to 2.0.0 and modify changelog
1 parent 13aefe1 commit 2617b48

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
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.1"}
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
# Changelog
22

3-
## vNEXT
3+
## [2.0.0](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.1.1) (2025-07-30)
44

5+
- remove ERC1538 references and update related configurations (#52)
56
- Add Arbitrum & Avalanche networks. (#47)
67
- Migrate integration tests from Jenkins to GitHub Actions. (#44)
78
- Remove unused files to streamline the repository. (#42)
89
- Rewrite Jenkins CI for future migration (#36, #37)
910
- Add a modern test stack, agnostic to the forked network. (#38)
1011
- Add a section in the README to explain how to use the Docker-based subgraph deployer. (#38)
1112

12-
## [1.1.1](https://github.com/iExecBlockchainComputing/PoCo-subgraph/compare/v1.1.0...v1.1.1) (2025-07-30)
13-
14-
15-
### ✨ Polish
16-
17-
* remove ERC1538 references and update related configurations ([#52](https://github.com/iExecBlockchainComputing/PoCo-subgraph/issues/52)) ([5bf8680](https://github.com/iExecBlockchainComputing/PoCo-subgraph/commit/5bf86802e562251cc1acdb832b371fd87a2db8df))
18-
1913
## v1.1.0 - Support deal sponsor
2014

2115
- Add `sponsor` to `deal`. (#31)

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.1",
3+
"version": "2.0.0",
44
"author": "iExec",
55
"type": "module",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)