# CHANGELOG
# 0.1.0.7
- Support `persistent-2.14` [#18](https://github.com/parsonsmatt/persistent-typed-db/pull/18)
# 0.1.0.6
- Support `aeson-2`
# 0.1.0.5
- Support `persistent-2.13.2`
# 0.1.0.4
- Support `persistent-2.13`
# 0.1.0.3
- Support `persistent-2.12`
# 0.1.0.2
- Fix test suite to build with `persistent-2.11`
# 0.1.0.1
- Fix test suite to build for stackage
# v0.1.0.0
- Add support for `persistent` v2.10.0 and `persistent-template` 2.7.0
# v0.0.1.1
- Fix build on earlier versions of GHC.
- Use the bulk insertMany functions where possible.
# v0.0.1.0
- Initial Release