From 089791b2b24639b6b71327657524651bea8a15f0 Mon Sep 17 00:00:00 2001 From: Ryan Avery Date: Mon, 6 May 2024 11:36:18 -0700 Subject: [PATCH] correct Changelog section --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49634b4..615be94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 the [Item Assets](https://github.com/stac-extensions/item-assets) extension, as mentioned this specification. ### Changed -- correct stac-model version in code and publish matching release on pypi - Adds a job to publish.yaml to publish the stac-model package ### Deprecated @@ -27,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix the validation strategy of the `mlm:model` role required by at least one Asset under a STAC Item. Although the role requirement was validated, the definition did not allow for other Assets without it to exist. +- correct `stac-model` version in code and publish matching release on pypi ## [v1.1.0](https://github.com/crim-ca/mlm-extension/tree/v1.1.0)