Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Mar 21, 2024
1 parent 7c95d51 commit 4246dd6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.7.0
- Accept Unix Domain Socket paths and HTTP Control-Agent URLS as arguments
- The `TARGET` environment variable has been renamed to `TARGETS`

0.6.2
- Repurpose interval to serve as a minimal time between querying Kea
- Require `prometheus-client>=0.20`
Expand Down
2 changes: 1 addition & 1 deletion kea_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from enum import Enum

__project__ = "kea-exporter"
__version__ = "0.6.2"
__version__ = "0.7.0"


class DHCPVersion(Enum):
Expand Down

0 comments on commit 4246dd6

Please sign in to comment.