From 32767c1e39795b8610aef3d4991ebee05cdb5f36 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 26 Sep 2021 22:15:59 +0000 Subject: [PATCH] 0.18.2 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 5cc1d3a..6e416aa 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.2 (2021-09-26) +### Fix +* **fix_image:** Adding dhub automation - fix image ([#293](https://github.com/pryorda/vmware_exporter/issues/293)) ([`1b8bd18`](https://github.com/pryorda/vmware_exporter/commit/1b8bd18c22613582bdcbd1a5f488ca2f63b1e364)) + ## 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)) diff --git a/vmware_exporter/__init__.py b/vmware_exporter/__init__.py index 9e4d81e..5ad8092 100644 --- a/vmware_exporter/__init__.py +++ b/vmware_exporter/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.18.1' +__version__ = '0.18.2' __author__ = "Daniel Pryor" __license__ = "BSD 3-Clause License"