diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5e280..168cc2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [v0.3.1] - 2020-04-28 +### Fixed +- Minor bugs to support FTD 6.6 + ## [v0.3.0] - 2019-10-23 ### Added - Update duplicate object lookup process according to API updated in newer versions of FDM diff --git a/Dockerfile b/Dockerfile index 19e3b0e..535c757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG PYTHON_VERSION=3.6 FROM python:${PYTHON_VERSION} -ARG FTD_ANSIBLE_VERSION=v0.3.0 +ARG FTD_ANSIBLE_VERSION=v0.3.1 ARG FTD_ANSIBLE_FOLDER=ftd-ansible RUN apt-get update && \