Skip to content

Commit 7879f88

Browse files
Merge pull request #19 from nicholasmhughes/release/v2.0.0
Release v2.0.0
2 parents d666310 + 4c57576 commit 7879f88

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH
44

55
# Changelog
66

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+
716
Saltext.Prometheus 1.1.1 (2022-05-04)
817
=====================================
918

changelog/2.added

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/saltext/prometheus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# pylint: disable=missing-module-docstring
2-
__version__ = "1.1.1"
2+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)