diff --git a/CHANGELOG.md b/CHANGELOG.md index ce10d3d..7305f60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) -## [Unreleased] +# [Unreleased] + +# [0.4.2] +##Fixed - Fixes `client_name` in `bail()` as it was using an incorrect path within `event` dict (@absolutejam) # [0.4.1] @@ -47,7 +50,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins ## [0.1.0] 2014-01-06 - Initial release (@zsprackett) -[Unreleased]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.1...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.2...HEAD +[0.4.1]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.1...0.4.2 [0.4.1]: https://github.com/sensu-plugins/sensu-plugin-python/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/sensu-plugins/sensu-plugin-python/compare/8920afcda62b34e9134ba9a816582dbf5f52806c...0.4.0 [0.3.2]: https://github.com/sensu-plugins/sensu-plugin-python/compare/40314082947208acf9ed7c6d6c321ea52a14e765...8920afcda62b34e9134ba9a816582dbf5f52806c diff --git a/setup.py b/setup.py index f4cc6d3..d82b99a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sensu_plugin', - version='0.4.1', + version='0.4.2', author='Sensu-Plugins and contributors', author_email='sensu-users@googlegroups.com', packages=['sensu_plugin', 'sensu_plugin.test'],