0.12.0 (12-Oct-2017)
* Update XenAPI bindings based on xen-api#057800e

0.11.0 (09-Oct-2017)
* Fix connection leak in Async client, now XenAPI calls close their connections
* Add system to regenerate bindings from a version of xapi using jbuilder
* Port to jbuilder and split into three separate libraries

0.10.0 (06-Oct-2017)
* Add signature for Ref module: now Ref.t is an opaque type instead of a
  string, parameterized by the XenAPI class
* Update XenAPI bindings based on xen-api#6388e7710
* Fix async bindings
* Fix an Lwt client issue where it did not work with encrypted (https) connections
* Fix an issue where all calls of the type get_record, get_all_record were failing

0.9.16 (30-Aug-2017)
* Fix connection leak in Lwt client, now XenAPI calls close their connections

0.9.15 (21-Jul-2017)
* Update to latest XenAPI from xen-api.git#323ba8f
* Remove use of camlp4 Lwt syntax; switch to PPX-based RPC syntax

0.9.14 (8-Mar-2017)
* Update _oasis file to support the latest version of ocaml-rpc

0.9.12 (23-Jun-2016)
* Update to latest XenAPI from xen-api.git#9415c46

0.9.11 (18-Dec-2015)
* Update to latest XenAPI from xen-api.git#098c548

0.9.10 (27-Oct-2015)
* use non-blocking Async print functions

0.9.9 (15-Aug-2015)
* support for RRD updates
* API changes corresponding to XenServer dundee aplha 3, including
  an extra string argument on `login_with_password`: this should be
  a unique identifier for your client.

0.9.8 (04-Nov-2014)
* update to cohttp 0.12.0 API

0.9.7 (16-Aug-2014)
* update to async version 111.17.00

0.9.6 (1-May-2014)
* improve async support
* add an event-based async example

0.9.5 (02-Mar-2014)
* Adapt to cohttp.0.10.0 (adds `flush` support)
* Regenerate build with OASIS 0.4.1

0.9.4 (17-Jun-2013)
* Add ability to talk over Unix domain sockets
* Update for cohttp.0.9.8
* Add this CHANGES file

0.9.1 [May 2013]
* Initial public release tag
