From 74ca34d9253034e2263bba53ce6cf22b7479b115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Stankovi=C4=87?= Date: Fri, 11 Jun 2021 16:05:10 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c1060197..ee880ba34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Documents changes that result in: - API changes in the package (externally used constants, externally used utilities and scripts) - important bug fixes between releases +## [0.38.0] +- [#1462](https://github.com/raiden-network/raiden-contracts/pull/1462) TokenNetwork: allow updating channel state anytime before a channel is settled +- [#1464](https://github.com/raiden-network/raiden-contracts/pull/1464) Use RDN as default token for service payments + +## [0.37.6] - [#1456](https://github.com/raiden-network/raiden-contracts/pull/1456) Add Python 3.9 support ## [0.37.5]