diff --git a/CHANGELOG.md b/CHANGELOG.md index 331c7f7..e96b330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3] - 2024-10-07 + +- Allow generic auth headers ([#392](https://github.com/stac-utils/stac-api-validator/pull/392)) + ## [0.6.2] - 2024-04-29 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index d9aa69c..c2ad534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stac-api-validator" -version = "0.6.2" +version = "0.6.3" description = "STAC API Validator" authors = ["Phil Varner "] license = "Apache-2.0"