From b441656a68e8141ea6e3f75c8d246bb493228cb4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 11 Oct 2022 16:56:40 +0000 Subject: [PATCH] 0.18.4 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ vmware_exporter/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7d4a8..5c351d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch +## v0.18.4 (2022-10-11) +### Fix +* **update_dashboards:** Updating datasource and adding prefix ([`a42968f`](https://github.com/pryorda/vmware_exporter/commit/a42968f0cb87598558f48f99d5341a36ab1175f1)) + ## v0.18.3 (2022-03-25) ### Fix * **empty_string:** #294 ([`a806b1d`](https://github.com/pryorda/vmware_exporter/commit/a806b1da9f65c965769903ad5691ec1449965ddd)) diff --git a/vmware_exporter/__init__.py b/vmware_exporter/__init__.py index 3e56743..361892d 100644 --- a/vmware_exporter/__init__.py +++ b/vmware_exporter/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.18.3' +__version__ = '0.18.4' __author__ = "Daniel Pryor" __license__ = "BSD 3-Clause License"