diff --git a/CHANGELOG.md b/CHANGELOG.md index 1581d6e43..c3fb2aaa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v0.1.10 +Adds extensible ERC20Gateway and Improve CI. + +- dev: Apply linting to all test files +- Test gas consumption of EM.run() +- Extensible deposit withdraw +- Update OVM_L2DepositedERC20.sol +- Commit state dumps to regenesis repo for new tags +- Update OVM_ChainStorageContainer.sol +- Update OVM_ECDSAContractAccount.sol +- Update OVM_CanonicalTransactionChain.sol +- Reset Context on invalid gaslimit +- [Fix] CI on merge +- [Fix] Run integration tests in forked context + ## v0.1.9 Standardized ETH and ERC20 Gateways. diff --git a/package.json b/package.json index d47b4c97f..e3bca7127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eth-optimism/contracts", - "version": "0.1.9", + "version": "0.1.10", "main": "build/src/index.js", "files": [ "build/**/*.js",