Version 0.5.0
* Replace chron crate by time 0.3.36

Version 0.4.1
* upgrade to chrono 0.5 (alpha version) to remove vulnerable dependencies

Version 0.4.0
* Using thiserror for error handling (cange of error messages)
* Declaration Date of Dividend is now optional (since it is not always delivered)

Version 0.3.5
* Additional method for request history of dividend payments

Version 0.3.4
* Move to async

Version 0.2.0
 * Most of the fields of `HistoricQuote` are now optional. This way, reading the full history
   does not break even if some values have null values. For realtime quotes, it is still
   a valid approach to return an error, since the quote would probably of no use anyway

Version 0.1.1
 * Small extensions to increase usability

Version 0.1.0
* Initial setup of project
* Implementation of request for single quotes and quote history
* Unit tests for single quotes and quote history
