# 1.0.3 / 2020-12-02
  * Fix excludeContracts option & support folders (https://github.com/cgewecke/hardhat-gas-reporter/issues/51)

# 1.0.2 / 2020-12-01
  * Add remoteContracts option (https://github.com/cgewecke/hardhat-gas-reporter/issues/49)
  * Fix null receipt crash (https://github.com/cgewecke/hardhat-gas-reporter/issues/48)

# 1.0.1 / 2020-11-09
  * Make all EthGasReporterConfig types optional (https://github.com/cgewecke/hardhat-gas-reporter/issues/45)
  * Fix test return value bug by returning result of runSuper (https://github.com/cgewecke/hardhat-gas-reporter/issues/44)

# 1.0.0 / 2020-10-29
  * Refactor as hardhat-gas-reporter (https://github.com/cgewecke/hardhat-gas-reporter/issues/38)
  * Update eth-gas-reporter to 0.2.19

# 0.1.4 / 2020-10-13
  * Add coinmarketcap to types
  * Support in-process BuidlerEVM / remove "independent node" requirement

# 0.1.3 / 2019-12-01
  * Upgrade artifacts handler for Buidler 1.x, fixing missing deployment data
