diff --git a/CHANGELOG.md b/CHANGELOG.md index adbb748..c75813c 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.14.3 (2021-03-11) +### Fix +* **optimize_build:** Remove travis, add ifs to action ([#254](https://github.com/pryorda/vmware_exporter/issues/254)) ([`43d6556`](https://github.com/pryorda/vmware_exporter/commit/43d6556556171b3ada6804a29aaff4710e511094)) + ## [0.4.2] - 2018-01-02 ## Fixed - [#60](https://github.com/pryorda/vmware_exporter/pull/60) Typo Fix diff --git a/vmware_exporter/__init__.py b/vmware_exporter/__init__.py index 8c2c55f..3d2cfc3 100644 --- a/vmware_exporter/__init__.py +++ b/vmware_exporter/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.14.2' +__version__ = '0.14.3' __author__ = "Daniel Pryor" __license__ = "BSD 3-Clause License"