# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [1.0.0] - 2020-12-09 Release version 1.0.0 of the ConfigSeeder Ansible Plugin without any code changes. ## [0.8.0] - 2020-06-26 ### Added * Make Timeout configurable [#4](https://gitlab.com/configseeder/ansible/-/issues/4) ### Changed * Validate date format for dateTime [#2](https://gitlab.com/configseeder/ansible/issues/2) * Remove logging for missing mandatory options (ansible raises an error in this case) [#9](https://gitlab.com/configseeder/ansible/issues/9) * Improved Error Handling [#6](https://gitlab.com/configseeder/ansible/issues/6) ## [0.1.0] - 2020-04-29 Initial Version of the lookup plugin - Tech Preview