release: version 1.1.0
This commit is contained in:
parent
fc7dff0cf6
commit
f67c18d321
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,13 @@
|
|||
# CHANGELOG
|
||||
## v1.1.0 (2018-09-30)
|
||||
### Changed
|
||||
* remove set attributes on homes directories
|
||||
* remove phpfpm_group var
|
||||
* replace include_tasks to import_tasks
|
||||
|
||||
### Fixed
|
||||
* group permission in pools template
|
||||
|
||||
## v1.0.0 (2018-08-15)
|
||||
|
||||
* first version
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Ansible role: PHP FPM
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/releases)
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/releases)
|
||||
[![Build Status](https://travis-ci.org/nishiki/ansible-role-phpfpm.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-phpfpm)
|
||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/src/branch/master/LICENSE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue