* forgot to replace a request.GET, which was deprecated in 3.0. minimum version of aiohttp is now 2
0.2.0
* Added a `filter_attrs` decorator, which lets you do basic authorization based on any CAS attributes returned. * Merged [a little bit more logging](https://github.com/bard-it/aiohttp_cas/pull/1) and [a bugfix](https://github.com/bard-it/aiohttp_cas/pull/2) from adamcharnock