From 080670128f5d603265d9d7a5da3d1fe286d24eca Mon Sep 17 00:00:00 2001 From: Matthieu Vachon Date: Wed, 19 Jan 2022 12:07:47 -0500 Subject: [PATCH] Fixed changelog for next release --- CHANGELOG.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde29c26..26d29bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,23 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Breaking Changes -* Fixed [`Producer`](https://github.com/eoscanada/eos-go/blob/2a749436dd9f3e993fd9262fc5c1e28255625994/responses.go#L451) to use more standard `eos-go` types. -* Fixed [ProducersResp](https://github.com/eoscanada/eos-go/blob/2a749436dd9f3e993fd9262fc5c1e28255625994/responses.go#L462) to fit with actual EOSIO API. - #### Added -* Add EOSIO Testnet symbol (#165) -* Update ActionResp (#166) - #### Changed #### Fixed -* Bugfix StringToSymbol (44b6fbd) -* Fixed built-in examples (pointing by default to EOS Nation API nodes) (36114bd) - #### Deprecated +### [**0.10.2**](https://github.com/eoscanada/eos-go/releases/tag/v0.10.2) (January 19th, 2022) + +#### Changed + +* Changed ABI encoder `varuint32` to re-use existing encoder. + +#### Fixed + +* Fixed ABI encoder `varint32` types. + ### [**0.10.1**](https://github.com/eoscanada/eos-go/releases/tag/v0.10.1) (January 19th, 2022) #### Breaking Changes