diff --git a/CHANGELOG.md b/CHANGELOG.md index b08a2fb..35c4b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). + ## [Unreleased] +## [1.0.2] - 2020-05-31 +### Fixed +* recursive variable definition +* traefik volumes + ## [1.0.1] - 2020-05-30 ### Added * Compatibility for [sbaerlocher/ansible.traefik](https://github.com/sbaerlocher/ansible.traefik) @@ -18,5 +24,6 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). * initial release -[Unreleased]: https://github.com/arillso/ansible.traefik/compare/1.0.1...HEAD +[Unreleased]: https://github.com/arillso/ansible.traefik/compare/1.0.2...HEAD +[1.0.2]: https://github.com/arillso/ansible.traefik/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/arillso/ansible.traefik/compare/1.0.0...1.0.1