From c16dc19345896d14b84a6e56bd2504919c343a41 Mon Sep 17 00:00:00 2001 From: postables <17089485+bonedaddy@users.noreply.github.com> Date: Tue, 24 Mar 2020 11:32:52 -0700 Subject: [PATCH] update changelog for v3.2.0 --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e50d46..b69e875 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Tracks changes made in between releases +# v3.2.0 + +* Add examples, and rust bindings [#52](https://github.com/RTradeLtd/TxPB/pull/52) +* Noise protocol and private network doc changes [#51](https://github.com/RTradeLtd/TxPB/pull/51) +* Replication client helpers [#50](https://github.com/RTradeLtd/TxPB/pull/50) +* Replication naming changes [#49](https://github.com/RTradeLtd/TxPB/pull/49) + # v3.1.1 * Enable backwards compatible range request downloads [#47](https://github.com/RTradeLtd/TxPB/pull/47) @@ -23,4 +30,4 @@ Tracks changes made in between releases # v1.0.1 * Adds TypeScript definitions -* Updates documentation with gateway configuration information \ No newline at end of file +* Updates documentation with gateway configuration information