From 087af9c0fe2e137047aeac4a9233a9048f837ef9 Mon Sep 17 00:00:00 2001 From: pscott Date: Tue, 3 Aug 2021 12:09:42 +0200 Subject: [PATCH] Add EIP1559 to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e3da2a..56ad1db 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](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.8.9](https://github.com/ledgerhq/app-ethereum/compare/1.8.8...1.8.0) - 2021-8-03 + +### Added + +- Added support for EIP-1559 and EIP-2930 style transactions. + ## [1.8.8](https://github.com/ledgerhq/app-ethereum/compare/1.8.7...1.8.8) - 2021-7-21 ### Added