update changelog to refect changes

This commit is contained in:
onyx-and-iris 2022-09-28 18:31:35 +01:00
parent c14196fc31
commit 70dbee6f02

View File

@ -11,6 +11,18 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x] - [x]
## [1.5.0] - 2022-09-28
### Changed
- Logging module used in place of print statements across the interface.
- base error name changed (VBANCMDError)
### Fixed
- Timeout and raise connection error when socket connection fails.
- Bug in observer example
## [1.4.0] - 2022-09-03 ## [1.4.0] - 2022-09-03
### Added ### Added