Merge pull request #11784 from ethereum/set-release-date

Set the release date and updated bugs_by_version.json
This commit is contained in:
Harikrishnan Mulackal
2021-08-11 12:52:37 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
### 0.8.7 (unreleased)
### 0.8.7 (2021-08-11)
Language Features:
* Introduce global ``block.basefee`` for retrieving the base fee of the current block.
+4
View File
@@ -1551,5 +1551,9 @@
"0.8.6": {
"bugs": [],
"released": "2021-06-22"
},
"0.8.7": {
"bugs": [],
"released": "2021-08-11"
}
}