diff --git a/CHANGELOG.md b/CHANGELOG.md index f01de9ae..8b19d933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ +## v3.0.45 (2025-01-28) + +### Other + +* update requirements.txt ([`0ac4eaa`](https://github.com/WIPACrepo/iceprod/commit/0ac4eaa529c1f2e500f2a9894c27f0376a2c1640)) +* update requirements-tests.txt ([`3d40320`](https://github.com/WIPACrepo/iceprod/commit/3d40320c08ca396473a98d4a47aab4417da54224)) +* update requirements-docs.txt ([`b907c09`](https://github.com/WIPACrepo/iceprod/commit/b907c097f722fa4692a3e6e927a93a32a678109d)) +* Add prometheus metrics ([#418](https://github.com/WIPACrepo/iceprod/issues/418)) ([`6e51584`](https://github.com/WIPACrepo/iceprod/commit/6e51584c6c8638d92a8eb385b6cf43bac35cc8e1)) + ## v3.0.44 (2025-01-21) ### Other diff --git a/iceprod/__init__.py b/iceprod/__init__.py index ef2259d6..7d750c66 100644 --- a/iceprod/__init__.py +++ b/iceprod/__init__.py @@ -9,7 +9,7 @@ # is zero for an official release, positive for a development branch, # or negative for a release candidate or beta (after the base version # number has been incremented) -__version__ = "3.0.44" +__version__ = "3.0.45" version_info = ( int(__version__.split(".")[0]), int(__version__.split(".")[1]),