diff --git a/CHANGELOG.md b/CHANGELOG.md index bbdc8c5..a3df737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,24 @@ number as needed. ### Fixed +- Nothing. + +## [0.1.2] - 2023-06-27 + +### Added + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + - Fixed bucket prefix ([#13](https://github.com/stactools-packages/amazonia-1/pull/13)). ## [0.1.1] - 2023-06-23 @@ -49,6 +67,7 @@ number as needed. - First version +[0.1.2]: [0.1.1]: [0.1.0]: diff --git a/src/stactools/amazonia_1/__init__.py b/src/stactools/amazonia_1/__init__.py index 07e22b2..236c55f 100644 --- a/src/stactools/amazonia_1/__init__.py +++ b/src/stactools/amazonia_1/__init__.py @@ -14,4 +14,4 @@ def register_plugin(registry: Registry) -> None: registry.register_subcommand(commands.create_amazonia1_command) -__version__ = "0.1.1" +__version__ = "0.1.2"