diff --git a/CHANGELOG.md b/CHANGELOG.md index e8585f256f09c0e609a07bd251f9225f72955d98..34e7f9c4513ccd567d5b98b7e1225ff8a7d80f08 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**: