diff --git a/contracts/CHANGELOG.md b/contracts/CHANGELOG.md index 248e4f77664..1022269f9df 100644 --- a/contracts/CHANGELOG.md +++ b/contracts/CHANGELOG.md @@ -1,5 +1,7 @@ # @chainlink/contracts CHANGELOG.md +## 1.0.1 - TEST RELEASE + ## Unreleased - Moved `VRFCoordinatorV2Mock.sol` to src/v0.8/vrf/mocks diff --git a/contracts/package.json b/contracts/package.json index 10ffe83cd1c..fc11a6d6912 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/contracts", - "version": "0.8.0", + "version": "1.0.1", "description": "Chainlink smart contracts", "author": "Chainlink devs", "license": "MIT",