From fd73a08f24e433b93f77fe0da00d4423af7fe86a Mon Sep 17 00:00:00 2001 From: pscott Date: Wed, 11 Aug 2021 11:24:50 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad5dd6..ed66f06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ 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.9.1](https://github.com/ledgerhq/app-ethereum/compare/1.8.8...1.9.1) - 2021-8-06 +## [1.9.1](https://github.com/ledgerhq/app-ethereum/compare/1.9.0...1.9.1) - 2021-8-11 ### Added -- Fix BSC app icons. -- Fix tokens for Theta app. +- Added support for bigger chainIDs. + +### Fixed + +- Fixed BSC icon colors. +- Fixed theta tokens. +- Fix BSC app name display. ## [1.9.0](https://github.com/ledgerhq/app-ethereum/compare/1.8.8...1.9.0) - 2021-8-05