From 2e9d1787c5d5ce2092dbfa17d6649a92e5a981fe Mon Sep 17 00:00:00 2001
From: vtexier <vit@free.fr>
Date: Mon, 30 Mar 2020 20:02:32 +0200
Subject: [PATCH] [enh] Update CHANGELOG.md

---
 CHANGELOG.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8585f25..34e7f9c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+## [v0.57.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/11) (2nd April 2020)
+### Code
+#### Enhancements
+- #123 Implement authentication from Scuttlebutt .ssb/secret file
+- #77 Implement authentication from credentials file
+- #122, !99 Implement `/wot/requirements-of-pending` command support in BMA api
+- #120, !98 `HeadV2`, `HeadV1`, `HeadV0` and `Head` classes now each inherit from previous class **BREAK BACKWARD COMPATIBILITY**
+#### Fixes
+- #119, !96 `software_version` field in WS2Pv1 messages now accept a string after patch number (`1.7.21-beta` accepted)
+- #114, !100 Fix `bma.blockhain.revoked` command class calling `/blockchain/with/excluded` url
+
+### Documentation
+- #104 add CONTRIBUTE.md file with release workflow
+ 
+### CI/CD
+- #66, !93  Migrate to [Poetry](https://python-poetry.org/) (build and development environment)
+
+- Thanks @vtexier, @Moul
+
 ## [v0.56.0](https://git.duniter.org/clients/python/duniterpy/-/milestones/10) (20th January 2020)
 ### Code
 - #58, !84: Introduce WS2P API support: **BREAK BACKWARD COMPATIBILITY**:
-- 
GitLab