Skip to content

Commit 89204b7

Browse files
chore(main): release 1.2.0 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 316591c commit 89204b7

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/echohello-dev/prometheus-toggl-track-exporter/compare/v1.1.0...v1.2.0) (2025-04-03)
4+
5+
6+
### Features
7+
8+
* **metrics:** More metrics and docs ([#4](https://github.com/echohello-dev/prometheus-toggl-track-exporter/issues/4)) ([316591c](https://github.com/echohello-dev/prometheus-toggl-track-exporter/commit/316591c7938ef1c2482fb349d10c4801676e04ec))
9+
310
## [1.1.0](https://github.com/echohello-dev/prometheus-toggl-track-exporter/compare/v1.0.0...v1.1.0) (2025-04-03)
411

512

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Prometheus exporter for Toggl Track."""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "prometheus-toggl-track-exporter"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "A Prometheus exporter for Toggl Track"
55
authors = ["echohello-dev <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)