diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c5de5..50ef5bd 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] +## [v0.1.1] - 2021-08-02 ### Added @@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -- Nothing. +- Aligned platform and instruments fields with best practices. ## [v0.1.0] - 2021-07-29 diff --git a/src/stactools/alos_dem/__init__.py b/src/stactools/alos_dem/__init__.py index 26592dd..408d28e 100644 --- a/src/stactools/alos_dem/__init__.py +++ b/src/stactools/alos_dem/__init__.py @@ -8,4 +8,4 @@ def register_plugin(registry): registry.register_subcommand(commands.create_alos_dem_command) -__version__ = "0.1.0" +__version__ = "0.1.1"