diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9246dd..cf198b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 780ab58..32104c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 1.11.0 (2026-07-03) + +## What's Changed +* build(deps): bump the minor-and-patch group across 1 directory with 8 updates by @dependabot[bot] in https://github.com/EOPF-Explorer/data-pipeline/pull/277 +* build(deps): consolidate Dependabot updates + group security PRs by @lhoupert in https://github.com/EOPF-Explorer/data-pipeline/pull/286 +* build(deps): bump the minor-and-patch group with 4 updates by @dependabot[bot] in https://github.com/EOPF-Explorer/data-pipeline/pull/289 +* build(deps): update zarr[cast-value-rs] requirement from >=3.2.0 to >=3.2.1 by @dependabot[bot] in https://github.com/EOPF-Explorer/data-pipeline/pull/290 +* feat(stac): eodash layerExclusive + style link for S2 L2A (#206) by @lhoupert in https://github.com/EOPF-Explorer/data-pipeline/pull/278 + + +**Full Changelog**: https://github.com/EOPF-Explorer/data-pipeline/compare/v1.10.0...v1.11.0 + ## 1.10.0 (2026-06-12) ## What's Changed diff --git a/pyproject.toml b/pyproject.toml index b93d52b..30201ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "data-pipeline" -version = "1.10.0" +version = "1.11.0" description = "Minimal event-driven Argo Workflows pipeline for Sentinel-2 GeoZarr conversion and STAC registration" readme = "README.md" requires-python = ">=3.13"