# Changelog
All notable changes to `atelier-testing` 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 the [PVP](https://pvp.haskell.org/).
## [Unreleased]
## [0.3.0.0] - 2026-08-14
### Changed
- Major version bump for the following dependencies' upper version bounds:
- `atelier-core`
- `atelier-db`
- `hasql-pool`
## [0.2.0.0] - 2026-08-13
### Changed
- Relax `base` constraint to support GHC 9.6 up to GHC 9.12.
## [0.1.0.0] - 2026-06-04
### Added
- Initial release: database-backed test utilities (tmp-postgres) for the
atelier toolkit.