----- * Added `convert` function to convert an amount from one currency to another for a given date. * Implemented error handling for unavailable source or target currencies.
1.2.0
----- * Ensured that the order of currencies in the "currencies" dictionary matches the order specified in the input currencies list by using `OrderedDict`.
1.1.0
----- * Added functionality to retrieve CBAR rates with the difference between values for two different dates.
1.0.1
----- * Refactored type hints for better clarity and consistency. * Added validation to raise TypeError if currencies is not a list of strings.