We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f74e1 commit a098d99Copy full SHA for a098d99
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.6.3] - 2024-10-07
11
+
12
+- Allow generic auth headers ([#392](https://github.com/stac-utils/stac-api-validator/pull/392))
13
14
## [0.6.2] - 2024-04-29
15
16
### Fixed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "stac-api-validator"
3
-version = "0.6.2"
+version = "0.6.3"
4
description = "STAC API Validator"
5
authors = ["Phil Varner <phil@philvarner.com>"]
6
license = "Apache-2.0"
0 commit comments