release: version 1.2.0
This commit is contained in:
parent
22dd6dd8cd
commit
4cfdab95ec
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## v1.2.0 (2018-12-01)
|
||||||
- BREAKING CHANGE: change with_items to loop
|
- BREAKING CHANGE: change with_items to loop
|
||||||
- test: add test with ansible 2.7
|
- test: add test with ansible 2.7
|
||||||
- test: add ansible-lint
|
- test: add ansible-lint
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Ansible role: PHP FPM
|
# Ansible role: PHP FPM
|
||||||
[![Version](https://img.shields.io/badge/latest_version-1.1.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-phpfpm/releases)
|
[![Version](https://img.shields.io/badge/latest_version-1.2.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)
|
[![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)
|
[![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