From 3c3632929ad465e32e349699d81523626297072a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 26 Sep 2021 06:36:11 +0000 Subject: [PATCH] 0.18.1 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 fd81a7d..5cc1d3a 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.1 (2021-09-26) +### Fix +* **fix_tag:** Adding dhub automation - fix tag ([#292](https://github.com/pryorda/vmware_exporter/issues/292)) ([`c3d7830`](https://github.com/pryorda/vmware_exporter/commit/c3d7830ea92567c21b5e5db51ead6ad3983c4082)) + ## v0.18.0 (2021-09-26) ### Feature * **adding_dhub_automation:** Adding dhub automation ([#291](https://github.com/pryorda/vmware_exporter/issues/291)) ([`ba56f30`](https://github.com/pryorda/vmware_exporter/commit/ba56f300d1d2c2e7439e1f3406aada1e0111ed34)) diff --git a/vmware_exporter/__init__.py b/vmware_exporter/__init__.py index a302f3d..9e4d81e 100644 --- a/vmware_exporter/__init__.py +++ b/vmware_exporter/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.18.0' +__version__ = '0.18.1' __author__ = "Daniel Pryor" __license__ = "BSD 3-Clause License"