ansible-role-postgresql/CHANGELOG.md

24 lines
427 B
Markdown

# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
### Changed
- break: new variable for privileges
### Added
- add variable postrgresql_primary
- add user attributes
### Fixed
- fix replication database in pg_hba
- fix pg_hba when multiple users or multiple databases
## v1.0.0 - 2021-09-10
- first version