ansible-role-certbot/CHANGELOG.md

23 lines
558 B
Markdown
Raw Normal View History

2018-06-10 17:34:06 +00:00
# CHANGELOG
This project adheres to [Semantic Versioning](http://semver.org/).
Which is based on [Keep A Changelog](http://keepachangelog.com/)
## [Unreleased]
2018-11-26 18:33:59 +00:00
## [2.1.1] 2018-11-26
2018-11-26 17:00:23 +00:00
- fix: replace shell module to command
- test: add check ansible-lint with galaxy rules
2018-11-25 21:50:15 +00:00
2018-11-26 18:33:59 +00:00
## [2.1.0] 2018-11-25
2018-11-25 19:24:19 +00:00
- BREAKING CHANGE: minimal ansible version is 2.5 now
- fix: replace inline module to cron for renew cron
2018-11-25 09:09:35 +00:00
- test: use new docker images
2018-11-25 09:26:46 +00:00
- test: add tavis-ci to run tests
2018-07-07 17:50:02 +00:00
## [2.0.0] 2018-07-07
2018-11-25 21:50:15 +00:00
- feat: add renew hook script
2018-06-10 17:34:06 +00:00
2018-11-26 18:33:59 +00:00
## [1.0.0] 2018-06-10
2018-06-10 17:34:06 +00:00
- first version