diff --git a/README.md b/README.md index 0b74897..bed0cf8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ See the `TestClient` project for a working example. # v5 Updates NOTE: As OBS Websocket v5.0 is not backward compatible with 4.9.x, neither is the .Net version. -**What's new in v5.0.0.1:** +**What's new in v5.0.0.2:** +* Fixed stability of internal websocket +(Older updates): * Each event now has a dedicated EventArgs class. This will break the previous event signature * Finished adding all v5 methods * `Connect()` function is now obsolete, use `ConnectAsync()` instead.