diff --git a/CHANGELOG.md b/CHANGELOG.md index e9f2fd6..3309443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.4.2 (2022-07-06) +- Support (and require) rasterio 1.3.0 [@carderne](https://github.com/carderne) [@gjoseph92](https://github.com/gjoseph92) +- Fix `ValueError` when passing `dim=` to `mosaic` [@aazuspan](https://github.com/aazuspan) + ## 0.4.1 (2022-04-15) - Use `pd.Index` instead of deprecated `pd.Float64Index` [@TomAugspurger](https://github.com/TomAugspurger) - Better error when forgetting a custom nodata value to `mosaic` [@gjoseph92](https://github.com/gjoseph92) diff --git a/pyproject.toml b/pyproject.toml index 74176e2..03f2340 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ license = "MIT" name = "stackstac" readme = "README.md" repository = "https://github.com/gjoseph92/stackstac" -version = "0.4.1" +version = "0.4.2" [tool.poetry.dependencies] Bottleneck = {version = "^1.3.2", optional = true}