Skip to content
Open
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.2.0"
".": "1.2.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1](https://github.com/echohello-dev/prometheus-toggl-track-exporter/compare/v1.2.0...v1.2.1) (2025-08-23)


### Bug Fixes

* **deps:** update dependency requests to v2.32.4 [security] ([#6](https://github.com/echohello-dev/prometheus-toggl-track-exporter/issues/6)) ([bdf9c29](https://github.com/echohello-dev/prometheus-toggl-track-exporter/commit/bdf9c29f576d460af379e82f602fbf2742ae3e12))

## [1.2.0](https://github.com/echohello-dev/prometheus-toggl-track-exporter/compare/v1.1.0...v1.2.0) (2025-04-03)


Expand Down
2 changes: 1 addition & 1 deletion prometheus_toggl_track_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Prometheus exporter for Toggl Track."""

__version__ = "1.2.0"
__version__ = "1.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prometheus-toggl-track-exporter"
version = "1.2.0"
version = "1.2.1"
description = "A Prometheus exporter for Toggl Track"
authors = ["echohello-dev <devs@echohello.dev>"]
license = "MIT"
Expand Down