From ff68b326056b1641a1a00ca2fb4f0246bb19a9d0 Mon Sep 17 00:00:00 2001 From: Cameron Johnston Date: Wed, 26 Jun 2019 21:39:17 -0600 Subject: [PATCH] release version 0.2.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676f655..3842caa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Change Log ## [Unreleased](https://github.com/sensu/sensu-go-has-contact-filter/tree/HEAD) +[Full Changelog](https://github.com/sensu/sensu-go-has-contact-filter/compare/0.2.0...HEAD) -[Full Changelog](https://github.com/sensu/sensu-go-has-contact-filter/compare/0.1.2...HEAD) +## [0.2.0](https://github.com/sensu/sensu-go-has-contact-filter/tree/0.2.0) (2019-06-26) +[Full Changelog](https://github.com/sensu/sensu-go-has-contact-filter/compare/0.1.2...0.2.0) - `has_contact` function now disregards entity contacts when any check contacts are defined. - Added `no_contacts` function. Use this when defining a "default" handler which is used when no contacts are defined.