diff --git a/CHANGELOG.md b/CHANGELOG.md index c0176930..eece6fd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [4.3.3](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.3.2...4.3.3) (2023-04-14) + + +### Bug Fixes + +* critical slashing alert ([#159](https://github.com/lidofinance/ethereum-validators-monitoring/issues/159)) ([006ec38](https://github.com/lidofinance/ethereum-validators-monitoring/commit/006ec380f56446e1c7e1f0770078a89e65bec27b)) +* penalty calculation for `active_slashed` ([#160](https://github.com/lidofinance/ethereum-validators-monitoring/issues/160)) ([46be064](https://github.com/lidofinance/ethereum-validators-monitoring/commit/46be064c612debd845337e47ca2be74818497999)) + + + ## [4.3.2](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.3.1...4.3.2) (2023-04-11) @@ -111,12 +121,3 @@ -## [4.0.3](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.2...4.0.3) (2022-12-08) - - -### Bug Fixes - -* 'operator_balance_24h_difference' metric ([#82](https://github.com/lidofinance/ethereum-validators-monitoring/issues/82)) ([9619376](https://github.com/lidofinance/ethereum-validators-monitoring/commit/961937621ebbd287bec0b4a2ad463522f4392b93)) - - - diff --git a/package.json b/package.json index 0adc294d..db6c6f8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-validators-monitoring", - "version": "4.3.2", + "version": "4.3.3", "main": "./dist/main.js", "private": true, "scripts": {