We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42968f commit b441656Copy full SHA for b441656
CHANGELOG.md
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
4
5
<!--next-version-placeholder-->
6
7
+## v0.18.4 (2022-10-11)
8
+### Fix
9
+* **update_dashboards:** Updating datasource and adding prefix ([`a42968f`](https://github.com/pryorda/vmware_exporter/commit/a42968f0cb87598558f48f99d5341a36ab1175f1))
10
+
11
## v0.18.3 (2022-03-25)
12
### Fix
13
* **empty_string:** #294 ([`a806b1d`](https://github.com/pryorda/vmware_exporter/commit/a806b1da9f65c965769903ad5691ec1449965ddd))
vmware_exporter/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.18.3'
+__version__ = '0.18.4'
2
__author__ = "Daniel Pryor"
3
__license__ = "BSD 3-Clause License"
0 commit comments