## 0.0.3.0 (September 18th, 2018)
- Added support for `persistent` version 2.8.0 and above.
## 0.0.2.0 (November 9th, 2017)
- Added lifting instance for `MonadPersist` for `IdentityT`.
## 0.0.1.4 (October 10th, 2017)
- Fixed package dependencies for GHC 7.8 and 7.10.
## 0.0.1.3 (October 10th, 2017)
- Added `runSqlPoolPersistT` ([#2](https://github.com/cjdev/monad-persist/pull/2)).
## 0.0.1.2 (April 26th, 2017)
- Removed the need for `MonadIO` when running `PersistT`, since `MonadBaseControl IO` is already enough.
## 0.0.1.1 (April 24th, 2017)
- Added instances for `MonadThrow`, `MonadCatch`, and `MonadMask` to `PersistT`.
## 0.0.1.0 (April 20th, 2017)
- Initial release