From e000011a5ceecc07d3da09371e52eb2518c6296f Mon Sep 17 00:00:00 2001 From: Arnaud Heritier Date: Tue, 23 Jan 2018 13:59:49 +0100 Subject: [PATCH] 0.6.x main changes from 0.5.x --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8ea6d00f..f43d8e7b 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,8 @@ History * 0.4.x - Few API breakage (in particular changed userId to Long in Identity), updated async-http-client dependency to latest. +* 0.5.x - ... + +* 0.6.x - Requires Java 8, Upgrade async-http-client to 2.2.0, Jackson to 2.9.3 (+ others updates), Add createTicketAsync method, Add method to inline an article attachment, Add created article,section,category translation, Add suspend user, Add ticket form creation functionality, From now custom field value is an array with multiple value due to Multi-select fields, Changed type of article attachment ID and article ID from int to Long, Include response body in stacktrace message. + [zd]: http://zendesk.com