**Features and breaking changes**
- Added the option of specifying which HTTP methods to cache. This opens up for making other methods than `PATCH` and `POST` idempotent if opted-into (https://github.com/snok/asgi-idempotency-header/pull/6)
- Removed [aioredis](https://aioredis.readthedocs.io/en/latest/) for [redis](https://github.com/redis/redis-py). The redis library has absorbed the relevant async code from aioredis in v4.2.
**Improvements and other changes**
- Moved repository to the [snok](github.com/snok) org.
- Added Python 3.11 to the test matrix
- Dropped Python 3.7 from test matrix, since it's not currently supported