diff --git a/CHANGELOG.md b/CHANGELOG.md index 4437682a..edd2b54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.3.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.3.0...4.3.1) (2023-04-05) + + +### Bug Fixes + +* too wide queries with withdrawals ([#150](https://github.com/lidofinance/ethereum-validators-monitoring/issues/150)) ([d674e03](https://github.com/lidofinance/ethereum-validators-monitoring/commit/d674e03ae201618c6ad970fb2e8c166eb624e3aa)) + + + # [4.3.0](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.2.2...4.3.0) (2023-04-05) @@ -114,12 +123,3 @@ -## [4.0.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.0...4.0.1) (2022-11-22) - - -### Bug Fixes - -* clear cache ([#71](https://github.com/lidofinance/ethereum-validators-monitoring/issues/71)) ([8d38ef3](https://github.com/lidofinance/ethereum-validators-monitoring/commit/8d38ef3ed60f81ee162509bf0a455b4b6e9e903e)) - - - diff --git a/package.json b/package.json index 42533a86..c3f54341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-validators-monitoring", - "version": "4.3.0", + "version": "4.3.1", "main": "./dist/main.js", "private": true, "scripts": {