diff --git a/CHANGELOG.md b/CHANGELOG.md index 5024384..b219aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ +## v1.15.1 (2025-01-24) + +### + +* Add decorators for prometheus (#110) + +Decorators and other helpers for prometheus monitoring. + +--------- + +Co-authored-by: github-actions <github-actions@github.com> ([`74143ce`](https://github.com/WIPACrepo/wipac-dev-tools/commit/74143cee4a416f2597df4fd78974ef7f86d6b737)) + + ## v1.15.0 (2025-01-14) ### [minor] diff --git a/pyproject.toml b/pyproject.toml index 52a514e..9595822 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] -version = "1.15.0" +version = "1.15.1" name = "wipac-dev-tools" description = "Common, basic, and reusable development tools" readme = "README.md" diff --git a/wipac_dev_tools/__init__.py b/wipac_dev_tools/__init__.py index df76054..e301499 100644 --- a/wipac_dev_tools/__init__.py +++ b/wipac_dev_tools/__init__.py @@ -18,7 +18,7 @@ ] # version is a human-readable version number. -__version__ = "1.15.0" +__version__ = "1.15.1" # version_info is a four-tuple for programmatic comparison. The first