# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.1](https://gitlab.com/ThomasTartrau/ironflow/compare/ironflow-ops-postgres-v0.1.0...ironflow-ops-postgres-v0.1.1) - 2026-09-10
### Documentation
- #69 add mdBook documentation and READMEs for ops/ crates
## [0.1.0](https://gitlab.com/ThomasTartrau/ironflow/releases/tag/ironflow-ops-postgres-v0.1.0) - 2026-09-09
### Added
- #65 add ops/postgres crate with PostgreSQL operations via sqlx
### Fixed
- #65 fix doc examples using pool before declaration