diff --git a/CHANGELOG.MD b/CHANGELOG.MD index dd83ecc..fb7fa04 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project attempts to match the major and minor versions of [stactools](https://github.com/stac-utils/stactools) and increments the patch number as needed. -## [Unreleased] - TBD +## [0.6.4] - 2024-04-04 ### Added @@ -137,7 +137,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Modified Item IDs to include product discriminator ([#7](https://github.com/stactools-packages/sentinel2/pull/7)) - Upgrade to stactools 0.2.1.a2 (supporting PySTAC 1.0.0) -[Unreleased]: + +[0.6.4]: [0.6.3]: [0.6.2]: [0.6.1]: diff --git a/src/stactools/sentinel2/__init__.py b/src/stactools/sentinel2/__init__.py index 0c2fa91..b23219b 100644 --- a/src/stactools/sentinel2/__init__.py +++ b/src/stactools/sentinel2/__init__.py @@ -11,4 +11,4 @@ def register_plugin(registry): registry.register_subcommand(commands.create_sentinel2_command) -__version__ = "0.6.3" +__version__ = "0.6.4"