ansible-role-fail2ban/CHANGELOG.md

24 lines
506 B
Markdown
Raw Normal View History

2018-08-05 20:25:51 +00:00
# CHANGELOG
2018-11-29 18:22:23 +00:00
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
2019-01-31 18:31:20 +00:00
## v1.1.0 (2019-01-31)
2018-11-29 19:35:49 +00:00
* break: change with_items to loop
2018-11-29 18:54:08 +00:00
* test: add test with ansible 2.7
2018-11-29 18:24:50 +00:00
* test: add ansible-lint
2018-11-29 18:29:30 +00:00
* test: add yamllint
2018-11-29 18:22:23 +00:00
2018-08-28 06:38:07 +00:00
## 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
2018-08-05 20:25:51 +00:00
## v1.0.0 (2018-08-06)
* first version