# Changelog
## 0.2.0.0 - 2018-04-13
- Start of changelog
## 0.2.0.1 - 2019-06-17
- Relaxed a test case to accommodate a change
in the error message output from Aeson.
## 0.2.0.2 - 2020-03-15
- Add a lower bound on the time library because
we require at least version 1.8.
## 0.2.0.4 - 2020-03-15
- Add a lower bound on base 4.9
## 0.2.0.6 - 2020-05-18
- Support GHC 8.10
## 0.2.0.8 - 2021-06-10
- Add proper version bounds for all dependencies
- Support GHC 9.0
## 0.2.0.9 - 2021-11-15
- Support Aeson 2.0
- Remove unordered-containers dependency
- [Fix test suite on macos](https://github.com/typeclasses/aws-cloudfront-signed-cookies/issues/2)