diff --git a/packages/plugin-truffle/CHANGELOG.md b/packages/plugin-truffle/CHANGELOG.md index f7fdab91d..f2bc42394 100644 --- a/packages/plugin-truffle/CHANGELOG.md +++ b/packages/plugin-truffle/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +- Fix spurious "Artifacts are from different compiler runs" error when using dependencies through `artifacts.require`. ([#222](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/222)) + ## 1.2.3 (2020-11-13) - Fix spurious "Artifacts are from different compiler runs" error on Windows. ([#222](https://github.com/OpenZeppelin/openzeppelin-upgrades/pull/222))