Skip to content

Commit

Permalink
Release notes for 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Nikulin committed Apr 28, 2020
1 parent 5b0f330 commit 6cad4fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 6cad4fa

Please sign in to comment.