diff --git a/CHANGELOG.md b/CHANGELOG.md index d133dd5..4aa7937 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [ ] +## [2.3.2] - 2024-02-16 + +### Added + +- Configurable kwarg `connect_timeout` added. Defaults to 2 seconds. +- New error class `XAirRemoteConnectionTimeoutError`. Raised if a connection validation times out. +- timeout kwarg + Errors section added to README. + ## [2.3.1] - 2024-02-15 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 6791cfb..274cdee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xair-api" -version = "2.3.1" +version = "2.3.2" description = "Remote control Behringer X-Air | Midas MR mixers through OSC" authors = ["onyx-and-iris "] license = "MIT"