diff --git a/History.md b/History.md index 2336a66..fefc594 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,16 @@ +1.0.2 / 2022-07-10 +================== + +From the "1.x" branch. + +### Bug Fixes + +* check the type of the initial packet ([319f2e2](https://github.com/socketio/engine.io-client-java/commit/319f2e21bedced2866790671b3ae9ae7b0fabb82)) +* increase the readTimeout value of the default OkHttpClient ([2d87497](https://github.com/socketio/engine.io-client-java/commit/2d874971c2428a7a444b3a33afe66aedcdce3a96)) + + + 2.1.0 / 2022-07-10 ==================