diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 09a2522..1589e88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b8c0a3..a64e7a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/echohello-dev/prometheus-todoist-exporter/compare/v1.2.0...v1.2.1) (2025-06-10) + + +### Bug Fixes + +* **deps:** update dependency requests to v2.32.4 [security] ([#18](https://github.com/echohello-dev/prometheus-todoist-exporter/issues/18)) ([79d4352](https://github.com/echohello-dev/prometheus-todoist-exporter/commit/79d435254c2f3bfb9cc043057a21554e63ed4276)) + ## [1.2.0](https://github.com/echohello-dev/prometheus-todoist-exporter/compare/v1.1.0...v1.2.0) (2025-04-02) diff --git a/prometheus_todoist_exporter/__init__.py b/prometheus_todoist_exporter/__init__.py index 72fa3db..d591ad1 100644 --- a/prometheus_todoist_exporter/__init__.py +++ b/prometheus_todoist_exporter/__init__.py @@ -1,3 +1,3 @@ """Prometheus exporter for Todoist.""" -__version__ = "1.2.0" +__version__ = "1.2.1" diff --git a/pyproject.toml b/pyproject.toml index 2121a59..bca9b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prometheus-todoist-exporter" -version = "1.2.0" +version = "1.2.1" description = "A Prometheus exporter for Todoist" authors = ["echohello-dev "] license = "MIT"