Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.1"
".": "1.7.0"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.7.0 (2026-03-25)

## What's Changed
* feat: create cli command to change storage tier by @lhoupert in https://github.com/EOPF-Explorer/data-pipeline/pull/103
* feat: add stac query item based on storage tier script by @lhoupert in https://github.com/EOPF-Explorer/data-pipeline/pull/126


**Full Changelog**: https://github.com/EOPF-Explorer/data-pipeline/compare/v1.6.1...v1.7.0

## 1.6.1 (2026-03-16)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ allow-direct-references = true

[project]
name = "data-pipeline"
version = "1.6.1"
version = "1.7.0"
description = "Minimal event-driven Argo Workflows pipeline for Sentinel-2 GeoZarr conversion and STAC registration"
readme = "README.md"
requires-python = ">=3.13"
Expand Down