From 862890d9a6bd5dca6ac30cf70d2c7ccc49fd3242 Mon Sep 17 00:00:00 2001 From: mroloux Date: Thu, 25 May 2023 13:22:51 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c6b149..fe57c72 100644 --- a/README.md +++ b/README.md @@ -303,9 +303,12 @@ Passing in 0 disables exponential backoff completely. In that case, the client w ## Upgrading -### v84 -> v85 +### v85 -> v86 - `$seatsioClient->events->channels->replace` now takes a normal array instead of an associative array. If you want to just replace the channel metadata but keep the objects (like replace() used to do), you have to explicitly pass in the objects. +### v84 -> v85 +- Usage report format changed + ### v83 -> v84 - Fields returned by usage reports have changed