**Not-quite-a-bugfix bugfix release**
- noticed that there are some new parameters in order to get more than 100 results back from the order endpoint
- came across it in the official client: https://github.com/eodms-sgdot/py-eodms-rapi/blob/a514c07182713f265211c7996a2a4e44c3b719ec/eodms_rapi/eodms.py#L1827-L1876
- as it stands currently, this package is in a "working" state:
- Querying: ✅
- Ordering: ✅ _API orders have seemingly begun to be processed_
- Downloading: ✅ _By default, the downloader looks back 7 days with a limit of 1000 images_
- the user can modify this behaviour by providing a different value to `days_to_look_back` in the `EodmsAPI.download` call
- relevant lines are here: https://github.com/m9brady/eodms-api-client/blob/59bcd1263f40a419c42326c7f0fe7fd4c485b73a/eodms_api_client/eodms.py#L337-L344
**Full Changelog**: https://github.com/m9brady/eodms-api-client/compare/v1.1.4...v1.1.5