[skip ci] update changelog

This commit is contained in:
Robert Kaussow 2020-12-28 18:20:32 +01:00
parent 8d379858cb
commit ddea338f19
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 21 additions and 2 deletions

View File

@ -1,2 +1,21 @@
- BUGFIX
- fix missing `__ansible_action_meta__` in normalized tasks (https://github.com/thegeeklab/ansible-later/issues/37)
# Changelog
## Unreleased (2020-12-28)
### Docs
- add contributing information
### Others
- **devel**: cleanup dev-dependencies
- **docker**: switch to org.opencontainers image labels
- **docker**: use standalone dockerfiles for multiarch
- use renovate preset config
### Breaking Changes
- make ansible and ansible-base an optional extra dependency
- drop Python 3.5 support
Full set of changes: [`v0.3.11...v0.4.0`](https://github.com/thegeeklab/ansible-later/compare/v0.3.11...HEAD)