Based on https://github.com/zfcampus/zf-mvc-auth/releases/tag/1.5.0 (commit 923b51d4da0e04d165df6135681d9a742d0af98d in this repo)
Added
-----
- [zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for laminas-permissions-rbac 3.0.
- [zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for PHP 7.1 and 7.2.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- [zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) removes support for HHVM.
Fixed
-----
- [zfcampus/zf-mvc-auth#136](https://github.com/zfcampus/zf-mvc-auth/pull/136) provides changes to the `OAuth2Adapter` that prevent hitting
the database twice when the token is valid.