0.5.4.0
=======

* Bump versions for `servant-0.16` and `swagger-2.4`.

0.5.3.0
=======

* Bump versions to `lts-12.9`.

0.5.2.0
=======

* Push version bounds.

0.5.1.0
=======

* Push version bounds.

0.5.0.0
=======

* Add `AuthSigninPostMethod` to substitute security weak `AuthSigninMethod`.

0.4.2.1
=======

* Push bounds for `aeson-1.1.2.0`.

0.4.2.0
=======

* Add `AuthFindUserByLogin` endpoint.

0.4.1.0
=======

* Add `AuthCheckPermissionsMethod` endpoint.
* Add `AuthGetUserIdMethod` endpoint.

0.4.0.1
=======

* Relax `aeson` version bound.

0.4.0.0
=======

* Sync release with `servant-auth-token` package.

0.3.2.0
=======

* Add `flat-perm-symbols` flag.

0.3.1.0
=======

* Fix overlaying bug with singe use code authorisation.

0.3.0.0
=======

* Add single use code authorisation.

0.2.1.0
=======

* Expose `UnliftPermSymbol` and `PlainPerms`.

0.2.0.0
=======

* Moving tokens to `PermSymbol` instead of `Symbol` to allow complex permission labels to be used.
* Return `Unit` instead of `()`.

0.1.2.0
=======

* Remove reexports.

0.1.1.0
=======

* `PagedList` schema name now contains names of parameters.