diff --git a/common/changes/@subsquid/evm-processor/master_2023-08-08-21-19.json b/common/changes/@subsquid/evm-processor/master_2023-08-08-21-19.json deleted file mode 100644 index ae10693b1..000000000 --- a/common/changes/@subsquid/evm-processor/master_2023-08-08-21-19.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@subsquid/evm-processor", - "comment": "allow to configure archive request timeout and increase the default up to 180 seconds", - "type": "minor" - } - ], - "packageName": "@subsquid/evm-processor" -} \ No newline at end of file diff --git a/evm/evm-processor/CHANGELOG.json b/evm/evm-processor/CHANGELOG.json index 428a1a0c6..4c6efacbd 100644 --- a/evm/evm-processor/CHANGELOG.json +++ b/evm/evm-processor/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@subsquid/evm-processor", "entries": [ + { + "version": "1.8.0", + "tag": "@subsquid/evm-processor_v1.8.0", + "date": "Tue, 08 Aug 2023 21:22:05 GMT", + "comments": { + "minor": [ + { + "comment": "allow to configure archive request timeout and increase the default up to 180 seconds" + } + ] + } + }, { "version": "1.7.3", "tag": "@subsquid/evm-processor_v1.7.3", diff --git a/evm/evm-processor/CHANGELOG.md b/evm/evm-processor/CHANGELOG.md index 65e4ed522..012cd7953 100644 --- a/evm/evm-processor/CHANGELOG.md +++ b/evm/evm-processor/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @subsquid/evm-processor -This log was last generated on Thu, 20 Jul 2023 23:47:03 GMT and should not be manually modified. +This log was last generated on Tue, 08 Aug 2023 21:22:05 GMT and should not be manually modified. + +## 1.8.0 +Tue, 08 Aug 2023 21:22:05 GMT + +### Minor changes + +- allow to configure archive request timeout and increase the default up to 180 seconds ## 1.7.3 Thu, 20 Jul 2023 23:47:03 GMT