ansible-role-phpfpm/CHANGELOG.md

21 lines
540 B
Markdown

# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
## v1.2.0 (2018-12-01)
- BREAKING CHANGE: change with_items to loop
- test: add test with ansible 2.7
- test: add ansible-lint
- test: add yamllint
## v1.1.0 (2018-09-30)
- feat: set attributes on homes directories
- feat: remove phpfpm_group var
- style: replace include_tasks to import_tasks
- fix: group permission in pools template
## v1.0.0 (2018-08-15)
- first version