diff --git a/CHANGELOG.md b/CHANGELOG.md index 55aa7c6..ef7cc1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.2.5] - -### Update -* Updated workflows to hyp3lib v2.0.2, which uses the new Copernicus Dataspace Ecosystem API got download orbit files. -* Calls to `downloadSentinelOrbitFile` to specify the `esa_credentials` argument. +## [0.3.0] ### Added * `check_esa_credentials` function to `__main__.py` to check for the existence of Dataspace credentials before processing begins. +### Changed +* Updated `hyp3lib` to v2.0.2+, which uses the new Copernicus Dataspace Ecosystem API to download orbit files. +* Calls to `downloadSentinelOrbitFile` now specify the `esa_credentials` argument. + ## [0.2.5] ### Fixed