diff --git a/CHANGELOG.md b/CHANGELOG.md index 69abc54..6e0f0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [2.2.0] - 2022-09-19 +### Added +- Add support for the Sepolia network ([#60](https://github.com/MetaMask/etherscan-link/pull/60)) + ## [2.1.0] - 2021-05-07 ### Added diff --git a/package.json b/package.json index fb87c14..ea0fdea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/etherscan-link", - "version": "2.1.0", + "version": "2.2.0", "description": "A library for generating etherscan links.", "main": "dist/index.js", "publishConfig": {