0.2.1
=====

Features:

* Add convenience types for Matrix events.
* Add module for using Matrix URIs.

0.2.0
=====

Breaking changes:

* The `Polyjuice.Util.Event` module has been renamed to
  `Polyjuice.Util.RoomVersion`, as it provides more functions than just
  event-related functions.

Features:

* Add error modules. (Thanks to Nico)
* Add randomizer. (Thanks to Nico)
* Add function for computing content hash for JSON objects. (Thanks to Nico)
* Add modules for handling identifiers. (Thanks to Nico)
* Add function to create a verify key using the algorithm given in the key ID.
* Add functions for checking room permissions and event authorization.

Deprecated:

* `Polyjuice.Util.JSON.verify/3` has been deprecated;
  `Polyjuice.Util.JSON.signed?/3` should be used instead

Fixes:

* Fix redaction of events with no type.

0.1.0
=====

Initial release
