Skip to content

Commit

Permalink
update v1.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Oct 18, 2024
1 parent 63c5082 commit ee09acd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [v1.0.0-beta.2] - 2024-10-18

- update schema links via template

## [v1.0.0-beta.1] - 2024-10-17

- first release

[Unreleased]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.1...main
[Unreleased]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.2...main
[v1.0.0-beta.2]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.1...v1.0.0-beta.2
[v1.0.0-beta.1]: https://github.com/Healy-Hyperspatial/merkle-tree-stac-extension/tree/v1.0.0-beta.1
4 changes: 2 additions & 2 deletions json-schema/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json#",
"$id": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json#",
"title": "Merkle Tree Root Extension",
"description": "An extension to ensure metadata integrity for STAC Items, Collections, and Catalogs by encoding them in a Merkle tree via hashing.",
"oneOf": [
Expand Down Expand Up @@ -113,7 +113,7 @@
"stac_extensions": {
"type": "array",
"contains": {
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.1/schema.json"
"const": "https://healy-hyperspatial.github.io/merkle-tree/v1.0.0-beta.2/schema.json"
}
}
}
Expand Down

0 comments on commit ee09acd

Please sign in to comment.