We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d666310 + 4c57576 commit 7879f88Copy full SHA for 7879f88
CHANGELOG.md
@@ -4,6 +4,15 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH
4
5
# Changelog
6
7
+Saltext.Prometheus 2.0.0 (2022-10-13)
8
+=====================================
9
+
10
+Added
11
+-----
12
13
+- Add ability to use prometheus_client library (#2)
14
15
16
Saltext.Prometheus 1.1.1 (2022-05-04)
17
=====================================
18
changelog/2.added
src/saltext/prometheus/version.py
@@ -1,2 +1,2 @@
1
# pylint: disable=missing-module-docstring
2
-__version__ = "1.1.1"
+__version__ = "2.0.0"
0 commit comments