From 2cc47b01175f7e7bcd58059e7e3f955c0f27f249 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Thu, 7 Jun 2018 09:49:04 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a3dc9..5575ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v13.2.1 + +- Fix packets getting lost when WebSocket upgrade fails. [#1033](https://github.com/socketio/socket.io-client-swift/issues/1033) +- Fix bad unit tests. [#794](https://github.com/socketio/socket.io-client-swift/issues/794) + # v13.2.0 - Add ability to bypass Data inspection in emits. [#992]((https://github.com/socketio/socket.io-client-swift/issues/992))