CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v1.1.2](https://github.com/greven/forex.git/compare/v1.1.1...v1.1.2) (2026-02-25)
### Bug Fixes:
* change default DETS file path by Nuno Freire
## [v1.1.1](https://github.com/greven/forex.git/compare/v1.1.0...v1.1.1) (2026-02-24)
### Bug Fixes:
* :trap_exit in fetcher for grateful closing of DETS by Nuno Freire
## [v1.1.0](https://github.com/greven/forex.git/compare/v1.0.3...v1.1.0) (2026-02-24)
### Features:
* check DETS cache on startup by Nuno Freire
## [v1.0.3](https://github.com/greven/forex.git/compare/v1.0.2...v1.0.3) (2026-02-24)
### Bug Fixes:
* compile time DETS path by Nuno Freire
## [v1.0.2](https://github.com/greven/forex.git/compare/v1.0.1...v1.0.2) (2026-02-24)
### Bug Fixes:
* make credo happy by Nuno Freire
## [v1.0.1](https://github.com/greven/forex.git/compare/v1.0.0...v1.0.1) (2026-02-24)
### Bug Fixes:
- exchange/4 by Nuno Freire
- missing images on hex docs by Nuno Freire
## [v1.0.0](https://github.com/greven/forex.git/compare/v1.0.0...v1.0.0) (2026-02-24)
### Features:
- improve test flakiness by Nuno Freire
- parallelize fetcher exchange rates initialization by Nuno Freire
- add exchange_historic_rate and refactor options by Nuno Freire
- add exchange_historic_rate/5 by Nuno Freire
- change rates functions to return `Forex` struct instead of map by Nuno Freire
- change how we start the library by Nuno Freire
- add typespecs by Nuno Freire
### Bug Fixes:
- credo warning by Nuno Freire
### Bug Fixes:
- tests
### Improvements:
- sort currency_options
## [v0.2.0](https://github.com/greven/forex.git/compare/v0.1.2...v0.2.0) (2025-03-21)
### Features:
- change `current_rates` to `latest_rates`
## [v0.1.2](https://github.com/greven/forex.git/compare/v0.1.1...v0.1.2) (2025-03-20)
### Bug Fixes:
- remove application in favour of Supervisor
### Improvements:
- improve chache related flaky tests
## [v0.1.1](https://github.com/greven/forex.git/compare/v0.1.1...v0.1.1) (2025-03-19)
### Features:
- Initial release