From 530d5763c56a0512a496896ac951c5ba0863e1c9 Mon Sep 17 00:00:00 2001 From: Cem Ozer Date: Sun, 27 Sep 2020 16:57:57 -0400 Subject: [PATCH] Add 0.12.8 changes to CHANGELOG.md (#2857) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e60398a289..0dd8afba422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ we recommend most users use the latest `master` branch of Teku. - REST API endpoints will be updated to match emerging standards in a future release. - `--validators-key-files` and `--validators-key-password-files` have been replaced by `--validator-keys`. The old arguments still work but will be removed in a future release. +## 0.12.8 + +### Additions and Improvements +- Added `spadina` network genesis state so an ETH1 endpoint is no longer required when connecting to Spadina. + +### Bug Fixes +- Fixed issue where topped-up up deposits did not lead to activated validators. + ## 0.12.7 ### Additions and Improvements