From ad9ad6590efc29a9a60c326a47f4e0e9a2bf0cff Mon Sep 17 00:00:00 2001 From: wighawag Date: Fri, 3 Feb 2023 15:59:20 +0000 Subject: [PATCH] v0.11.23 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7dd69f..7b9ca000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # hardhat-deploy +## 0.11.23 + +### Patch Changes + +- Adding the Sepolia network to the network list, so we can verify contracts in the Sepolia network. + ## 0.11.22 ### Patch Changes diff --git a/package.json b/package.json index 07048a92..380753a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-deploy", - "version": "0.11.22", + "version": "0.11.23", "description": "Hardhat Plugin For Replicable Deployments And Tests", "repository": "github:wighawag/hardhat-deploy", "author": "wighawag",