diff --git a/CHANGELOG.md b/CHANGELOG.md index fd45fc5..12ac28f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 2.0.0-alpha.18 + +* Handle the partially linked Bytecode in the Truffle Adapter. + ## Version 2.0.0-alpha.17 * Separated the logic of the Reporter and moved transaction-related functions to the TransactionRunner class. diff --git a/package.json b/package.json index 8d0cff0..9e89ffa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@solarity/hardhat-migrate", - "version": "2.0.0-alpha.17", + "version": "2.0.0-alpha.18", "description": "Automatic deployment and verification of smart contracts", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",