diff --git a/CHANGELOG.md b/CHANGELOG.md index 7221580b6..4b207cff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v0.1.1 + +Audit fixes, deployment fixes & final parameterization. + +- Add build mainnet command to package.json (#186) +- revert chain ID 422 -> 420 (#185) +- add `AddressSet` event (#184) +- Add mint & burn to L2 ETH (#178) +- Wait for deploy transactions (#180) +- Final Parameterization of Constants (#176) +- re-enable monotonicity tests (#177) +- make ovmSETNONCE notStatic (#179) +- Add reentry protection to ExecutionManager.run() (#175) +- Add nonReentrant to `relayMessage()` (#172) +- ctc: public getters, remove dead variable (#174) +- fix tainted memory bug in `Lib_BytesUtils.slice` (#171) + ## v0.1.0 Initial Release diff --git a/package.json b/package.json index 1ec66d1d8..58858a4dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@eth-optimism/contracts", - "version": "0.1.0", + "version": "0.1.1", "main": "build/src/index.js", "files": [ "build/**/*.js",