From c02caab5123b43bf374c8171bf3feb138aea0efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Bla=C5=BEek?= Date: Tue, 16 Apr 2019 15:12:10 +0200 Subject: [PATCH] Prepare 1.6.7 release --- doc/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 446b74d8..aa170134 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.6.7] - 2019-04-16 +### Fixed +- Legacy controller should also handle captcha errors +- Check if DateAndTime and Date are null before using them + ## [1.6.6] - 2019-03-05 ### Added - Export all functionality - tnx @ludwig031