diff --git a/CHANGELOG.md b/CHANGELOG.md index f7bce0a..9f11cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2018/05/09| |Release 1.0.1 | +|2018/05/09|10 |Use a SecurityProvider to perform all security related actions | +|2018/03/23|8 |Allow full protocol schema validation to be disabled | |2018/01/09| |Release 1.0.0 | diff --git a/README.md b/README.md index 921826e..89012fe 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ trequest.SetRequestData(srequest) // finally we can get the JSON data to send over the wire using whatever means we like j, _ := trequest.JSON() ``` + Now the JSON above gets sent to a node using any means you like, Choria uses NATS. Decoding this is done as follows: ```go