diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cc67d1..411590d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Fluux XMPP Changelog +## v0.3.0 + +### Changes + +- Update requirements to go1.13 +- Add a websocket transport +- Add Client.SendIQ method +- Add IQ result routes to the Router +- Fix SIGSEGV in xmpp_component (#126) +- Add tests for Component and code style fixes + ## v0.2.0 ### Changes @@ -14,4 +25,4 @@ ### Code migration guide -TODO \ No newline at end of file +TODO