diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c07deaa..3b83fcdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog -## Unreleased - +## [v0.8.2] 2023-12-06 * Bug fixes: - * Follow Amazon EC2 IMDSv2 requirements to set `running-in-aws` + * Enable AWS check with IMDSv2 + * Add region to running in AWS check + * Handle opening multi-file granules +* Maintenance: + * Add CI tests with minimum supported versions + * Update poetry lockfile + * Add `python-dateutil` as a direct dependency + * Remove binder PR comments + * Add YAML formatting (prettier) ## [v0.8.1] 2023-12-01 * New Features: diff --git a/CITATION.cff b/CITATION.cff index e93bcd1d..890c5a89 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,8 +23,8 @@ keywords: url: "https://earthaccess.readthedocs.io" repository-code: "https://github.com/nsidc/earthaccess" -version: "0.8.1" -date-released: "2023-12-01" +version: "0.8.2" +date-released: "2023-12-06" authors: - family-names: "Barrett" diff --git a/pyproject.toml b/pyproject.toml index 51634000..a211b43a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "earthaccess" -version = "0.8.1" +version = "0.8.2" homepage = "https://github.com/nsidc/earthaccess" description = "Client library for NASA Earthdata APIs" authors = ["earthaccess contributors"] @@ -110,7 +110,7 @@ combine-as-imports = true [tool.bumpversion] -current_version = "0.8.1" +current_version = "0.8.2" commit = false tag = false