Skip to content

Commit c777973

Browse files
semantic-releasesemantic-release (via github actions)
authored andcommitted
0.16.0
Automatically generated by python-semantic-release
1 parent 72430d9 commit c777973

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch
44

55
<!--next-version-placeholder-->
66

7+
## v0.16.0 (2021-03-30)
8+
### Feature
9+
* **adding_signature_validation:** Adding Validation for signatures. ([`72430d9`](https://github.com/pryorda/vmware_exporter/commit/72430d91f181b17c977aecb9b1fda90ef83bd4ee))
10+
711
## v0.15.1 (2021-03-30)
812
### Fix
913
* **fix_sensor_lookup:** Fixing sensor lookup ([#262](https://github.com/pryorda/vmware_exporter/issues/262)) ([`e97c855`](https://github.com/pryorda/vmware_exporter/commit/e97c855581a4e8db8804c542aaece62b3d85081b))

vmware_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.15.1'
1+
__version__ = '0.16.0'
22
__author__ = "Daniel Pryor"
33
__license__ = "BSD 3-Clause License"

0 commit comments

Comments
 (0)