diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8a7f7..c6be660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] - 2023-07-25 +- **BREAKING**: Set the minimum Node.js version to v14 (#104) +- Update dependency eth-block-tracker@^5.0.1->^6.1.0 (#104) + ## [4.1.0] - 2023-04-24 - Update dependencies - deep-equal@1.1.0->2.2.0 diff --git a/package.json b/package.json index 1e37d44..1c4526d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/eth-token-tracker", - "version": "4.1.0", + "version": "5.0.0", "description": "A module for tracking Ethereum token balances over block changes.", "main": "dist/index.js", "engines": {