diff --git a/CHANGELOG.md b/CHANGELOG.md index 7170dd33f..56bb0a682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +### R3 +---------------- +mqtt4bytes v0.4.0 +----------- +- **changed** Update to `bytes` 0.6 [**breaking**] + +rumqttc v0.3.0 +----------- +- **feature** Refactor transport with websockets support +- **changed** Update to tokio 0.3 [**breaking**] + +rumqttd v0.2.0 +----------- +- **feature** Metrics server +- **feature** Improve configuration schema +- **feature** Support multiple servers on different ports +- **changed** Update to tokio 0.3 and `bytes` 0.6 [**breaking**] +- **fixed** Fix collisions due to publish batches + +misc +---------- +- Add license file +- Improve benchmarking suite with plots ### R2 ---------------- diff --git a/README.md b/README.md index 833971a42..ab7b7d54a 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ MQTT libraries in rust which strives to be simple, robust and performant See respective folders for more details -## License ------------ +# License + Apache License, Version 2.0 ([LICENSE](./LICENSE) or http://www.apache.org/licenses/LICENSE-2.0)