diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b64b02..9b78ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass - [x] +## [2.4.9] - 2023-08-13 + +### Added + +- Error tests added in tests/test_errors.py +- Errors section in README updated. + +### Changed + +- VBANCMDConnectionError class now subclasses VBANCMDError +- If the configs loader is passed an invalid config TOML it will log an error but continue to load further configs into memory. + ## [2.3.2] - 2023-07-12 ### Added diff --git a/pyproject.toml b/pyproject.toml index ce77d1a..dd100d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vban-cmd" -version = "2.4.8" +version = "2.4.9" description = "Python interface for the VBAN RT Packet Service (Sendtext)" authors = ["onyx-and-iris "] license = "MIT"