2.3.2 section added to CHANGELOG

patch bump
This commit is contained in:
2024-02-16 12:50:54 +00:00
parent 2dc096e306
commit 7e7aa1b4de
2 changed files with 9 additions and 1 deletions

View File

@@ -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