0.2.0
=====

Breaking changes:

- The `Polyjuice.Client` struct has some extra fields that are required by some
  functions.
- The `Polyjuice.Client.API.sync_child_spec` function no longer takes a storage
  as a separate argument -- it is passed in as part of the client.
- Functions for sending events were moved from `Polyjuice.Client` to
  `Polyjuice.Client.Room`, and the order of arguments was changed.

Features:

- New methods and endpoint for setting filters, as well as support in sync.
- Sync sends more messages to update on more of the sync result.
- New function for joining rooms.

0.1.0
====

Initial release.
