upd changelog

This commit is contained in:
onyx-and-iris 2024-11-06 17:15:42 +00:00
parent 245578c060
commit 987311e8f9

View File

@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [x] - [x]
## [1.1.1] - 2024-11-06
### Fixed
- [PR #8][pr-8] fixes bug receiving `raid` events.
## [1.0.0] - 2023-06-28 ## [1.0.0] - 2023-06-28
The only potential breaking change, a new error class raised if the initial connection fails. The only potential breaking change, a new error class raised if the initial connection fails.
@ -28,3 +34,6 @@ The only potential breaking change, a new error class raised if the initial conn
- Python minimum required version changed to 3.8 - Python minimum required version changed to 3.8
- new error class - new error class
- `SteamlabsSIOConnectionError` raised on a connection error - `SteamlabsSIOConnectionError` raised on a connection error
[pr-8]: https://github.com/onyx-and-iris/streamlabs-socketio-py/pull/8