From 2b3c2879487048d29bb87aebcd6ffa27d0f05a86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 16:03:57 +0000 Subject: [PATCH] chore(main): release 0.2.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0451499..69535c6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.3" + ".": "0.2.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 29c7999..385c801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.4](https://github.com/IFRCGo/montandon-eoapi-stats/compare/v0.2.3...v0.2.4) (2026-09-22) + + +### Bug Fixes + +* added responses count. ([#15](https://github.com/IFRCGo/montandon-eoapi-stats/issues/15)) ([2714dea](https://github.com/IFRCGo/montandon-eoapi-stats/commit/2714dea526cfb3204b98a86564f622e22b938ae2)) + ## [0.2.3](https://github.com/IFRCGo/montandon-eoapi-stats/compare/v0.2.2...v0.2.3) (2026-09-22) diff --git a/pyproject.toml b/pyproject.toml index 41651e7..5c9183f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "montandon-eoapi-stats" -version = "0.2.3" +version = "0.2.4" description = "Nightly-cached stats API over the Montandon eoAPI pgSTAC database" license = "MIT" requires-python = ">=3.13"