Update changelog

This commit is contained in:
Koen Bolhuis 2021-01-19 23:55:03 +01:00
parent 56a50d936c
commit 02060d8476
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v0.2.0 (unreleased)
- `Client` methods don't require `&mut self` anymore;
- Moved `Client`, `models::request` and `models::response` modules to the `raw` module;
## v0.1.0 (2021-01-14)
Initial release.