Skip to content

Commit

Permalink
Merge pull request #5 from nicholasmhughes/release/v1.0.1
Browse files Browse the repository at this point in the history
Release v1.0.1
  • Loading branch information
nicholasmhughes committed Mar 18, 2022
2 parents 7b29fe4 + 1d80884 commit d788d1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This project uses [Semantic Versioning](https://semver.org/) - MAJOR.MINOR.PATCH

# Changelog

Saltext.Prometheus 1.0.1 (2022-03-18)
=====================================

Fixed
-----

- Fix textfile output to view None result as success (#3)


Saltext.Prometheus 1.0.0 (2022-01-29)
=====================================

Expand Down
1 change: 0 additions & 1 deletion changelog/3.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion src/saltext/prometheus/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=missing-module-docstring
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit d788d1f

Please sign in to comment.