diff --git a/CHANGELOG.md b/CHANGELOG.md index 1291ccd..c660db5 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.17.0 (2021-08-19) +### Feature +* **add_vm_ds:** Adding vm datastore. ([`16c8604`](https://github.com/pryorda/vmware_exporter/commit/16c8604ef4e6c77d1eb5f1876ead544fde540967)) + ## v0.16.1 (2021-06-10) ### Fix * **fixing_sensor:** Fix for badly behaving super-micro sensor #271 ([`2d5c196`](https://github.com/pryorda/vmware_exporter/commit/2d5c1965ec21ee6afc1d9ff3063bea3ca93bd99d)) diff --git a/vmware_exporter/__init__.py b/vmware_exporter/__init__.py index 98af371..d374353 100644 --- a/vmware_exporter/__init__.py +++ b/vmware_exporter/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.16.1' +__version__ = '0.17.0' __author__ = "Daniel Pryor" __license__ = "BSD 3-Clause License"