From e6c4091ca96c4cf3b77c0f2f7a3a32ea6455dd5f Mon Sep 17 00:00:00 2001 From: karolpivo Date: Sat, 19 Aug 2023 11:04:57 +0200 Subject: [PATCH] feat: Update client image version (#135) --- CHANGELOG.md | 6 ++++++ defaults/main/geth.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e24c3..5b92842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.20.0] - 2023-08-19 + +### Changed + +- Updated Geth from 1.12.0 to 1.12.2 + ## [0.19.0] - 2023-08-04 ### Changed diff --git a/defaults/main/geth.yml b/defaults/main/geth.yml index 128f786..6d88816 100644 --- a/defaults/main/geth.yml +++ b/defaults/main/geth.yml @@ -1,5 +1,5 @@ --- -geth_docker_image: ethereum/client-go:v1.12.0 +geth_docker_image: ethereum/client-go:v1.12.2 geth_data_dir: /gethdata geth_maxpeers: 50