diff --git a/CHANGELOG.md b/CHANGELOG.md index 53adb106..9f1a57c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2023-08-11 + ### Added - Add `stac migrate` command ([#443](https://github.com/stac-utils/stactools/pull/443)) @@ -424,7 +426,8 @@ See [#9](https://github.com/stac-utils/stactools/pull/9) - `stac.cli.command.layout` for modifying the layout of STACs - `stac.browse` for launching a local instance of stac-browser using docker. -[Unreleased]: +[Unreleased]: +[0.5.1]: [0.5.0]: [0.4.8]: [0.4.7]: diff --git a/src/stactools/core/__init__.py b/src/stactools/core/__init__.py index cf9135bf..933eed30 100644 --- a/src/stactools/core/__init__.py +++ b/src/stactools/core/__init__.py @@ -29,4 +29,4 @@ "move_all_assets", "use_fsspec", ] -__version__ = "0.5.0" +__version__ = "0.5.1"