diff --git a/CHANGELOG.md b/CHANGELOG.md index 68918461..1434e55d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [4.0.2](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.1...4.0.2) (2022-11-29) + + +### Bug Fixes + +* compose, readme ([1bcfddd](https://github.com/lidofinance/ethereum-validators-monitoring/commit/1bcfddd62b1a52e80d41191064b300b9ac00027c)) +* DB_NAME and other DB env vars now make sense ([ca44ece](https://github.com/lidofinance/ethereum-validators-monitoring/commit/ca44ece380730b73e9168054afe1867549e925aa)) +* fantom alert ([b6bb128](https://github.com/lidofinance/ethereum-validators-monitoring/commit/b6bb128d75459ee891264f7d8e0cd46c0d902b54)) +* health check ([a456793](https://github.com/lidofinance/ethereum-validators-monitoring/commit/a456793faab1d67ed7221524553249dea8bc44a6)) + + + ## [4.0.1](https://github.com/lidofinance/ethereum-validators-monitoring/compare/4.0.0...4.0.1) (2022-11-22) @@ -86,7 +98,3 @@ -## [1.3.4](https://github.com/lidofinance/ethereum-validators-monitoring/compare/1.3.3...1.3.4) (2022-07-25) - - - diff --git a/package.json b/package.json index 33573524..08165458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-validators-monitoring", - "version": "4.0.1", + "version": "4.0.2", "main": "./dist/main.js", "private": true, "scripts": { @@ -118,4 +118,4 @@ "coverageDirectory": "../coverage", "testEnvironment": "node" } -} +} \ No newline at end of file