release: version to 1.0.1
This commit is contained in:
parent
665d9d0583
commit
35110bbb9d
2 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,11 @@
|
|||
# CHANGELOG
|
||||
## v1.0.1 (2018-08-28)
|
||||
|
||||
* feat: push in ansible galaxy
|
||||
* feat: use travis for tests
|
||||
* fix: add new line after ignoreip in jail.conf
|
||||
* fix: minor change in readme
|
||||
|
||||
## v1.0.0 (2018-08-06)
|
||||
|
||||
* first version
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Ansible role: Fail2ban
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-fail2ban/releases)
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.1-green.svg)](https://git.yaegashi.fr/nishiki/ansible-role-fail2ban/releases)
|
||||
[![Build Status](https://travis-ci.org/nishiki/ansible-role-fail2ban.svg?branch=master)](https://travis-ci.org/nishiki/ansible-role-fail2ban)
|
||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/ansible-role-fail2ban/src/branch/master/LICENSE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue