From 9870df0ac7df626c2d942834ae02c8abf81f4cd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 15:14:20 +0000 Subject: [PATCH] chore: release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ helm-chart/eoapi-notifier/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c75da..223a4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.1 (2026-06-23) + +## What's Changed +* ci: pin GitHub Actions to SHA digests (fix zizmor unpinned-uses) by @lhoupert in https://github.com/developmentseed/eoapi-notifier/pull/5 + + +**Full Changelog**: https://github.com/developmentseed/eoapi-notifier/compare/0.1.0...0.1.1 + ## 0.1.0 (2026-06-23) ## What's Changed diff --git a/helm-chart/eoapi-notifier/Chart.yaml b/helm-chart/eoapi-notifier/Chart.yaml index 338e901..f533a29 100644 --- a/helm-chart/eoapi-notifier/Chart.yaml +++ b/helm-chart/eoapi-notifier/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: eoapi-notifier description: A Helm chart for eoAPI Notifier - Message handler for eoAPI components type: application -version: 0.1.0 -appVersion: 0.1.0 +version: 0.1.1 +appVersion: 0.1.1 home: https://github.com/developmentseed/eoapi-notifier sources: - https://github.com/developmentseed/eoapi-notifier diff --git a/pyproject.toml b/pyproject.toml index fbfedba..6cac6d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "eoapi-notifier" -version = "0.1.0" +version = "0.1.1" description = "Message handler for eoAPI components" requires-python = ">=3.12" authors = [