diff --git a/CHANGELOG.md b/CHANGELOG.md index 195d9144..712ae9e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.2.2](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.2.1...4.2.2) (2023-01-30) + + +### Bug Fixes + +* get balance diff in rewards query ([#125](https://github.com/lidofinance/ethereum-validators-monitoring/issues/125)) ([222ff20](https://github.com/lidofinance/ethereum-validators-monitoring/commit/222ff2065ccaf31e39a107f4c383318f02c27261)) + + + ## [4.2.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.2.0...4.2.1) (2023-01-30) @@ -109,12 +118,3 @@ -## [3.3.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/3.3.0...3.3.1) (2022-11-01) - - -### Bug Fixes - -* Develop ([#51](https://github.com/lidofinance/ethereum-validators-monitoring/issues/51)) ([b064005](https://github.com/lidofinance/ethereum-validators-monitoring/commit/b0640059bee5152f29c70db465542ce41e94ea65)), closes [#50](https://github.com/lidofinance/ethereum-validators-monitoring/issues/50) - - - diff --git a/package.json b/package.json index dc8b8af2..86ab97c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-validators-monitoring", - "version": "4.2.1", + "version": "4.2.2", "main": "./dist/main.js", "private": true, "scripts": {