# Changelog
All notable changes to `effectful-postgresql` will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Haskell Package Versioning Policy](https://pvp.haskell.org).
## [Unreleased]
## [0.2.0.0] - 22.09.2026
### Changed
- Dynamic `PostgreSQL` effect in [#15](https://github.com/fpringle/effectful-postgresql/pull/15)
### Added
- Support `withTransactionX` functions from `postgresql-simple` in [#13](https://github.com/fpringle/effectful-postgresql/pulls/13)
- Support OpenTelemetry instrumentation in [#16](https://github.com/fpringle/effectful-postgresql/pull/16)
## [0.1.0.1] - 04.08.2025
### Changed
- Increased upper bounds on `effectful-core` to support `2.6`
## [0.1.0.0] - 22.07.2025
### Added
- First edition of the package, ready for feedback.
- 100% documentation coverage.
- Reasonably detailed READMEs
- CI that builds and tests the packages for each version of GHC in the `tested-with` field.
[unreleased]: https://github.com/fpringle/effectful-postgresql/compare/effectful-postgresql-0.2.0.0...HEAD
[0.2.0.0]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.1...effectful-postgresql-0.2.0.0
[0.1.0.1]: https://github.com/fpringle/effectful-postgresql/compare/v0.1.0.0...v0.1.0.1
[0.1.0.0]: https://github.com/fpringle/effectful-postgresql/releases/tag/v0.1.0.0