From 6cad4fa06fe8a6f687c272ffa7b3f044e327a673 Mon Sep 17 00:00:00 2001 From: Anton Nikulin Date: Tue, 28 Apr 2020 15:32:23 +0300 Subject: [PATCH] Release notes for 0.3.1 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5e280b..168cc2e8 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 19e3b0ee..535c7577 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 && \