From b1fe7ee24afe8e563e9c84088b85fec2681db7cb Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Mar 2014 17:23:30 -0400 Subject: [PATCH] Add notes about new notification module. --- CHANGELOG.md | 1 + library/notification/typetalk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73dfeb73206..3990c71cb9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ New Modules: * notification: nexmo (SMS) * notification: twilio (SMS) * notification: slack (Slack.com) +* notification: typetalk (Typetalk.in) * system: debconf * system: ufw * system: locale_gen diff --git a/library/notification/typetalk b/library/notification/typetalk index 56d64d15329..b987acbe837 100644 --- a/library/notification/typetalk +++ b/library/notification/typetalk @@ -4,7 +4,7 @@ DOCUMENTATION = ''' --- module: typetalk -version_added: "1.5" +version_added: "1.6" short_description: Send a message to typetalk description: - Send a message to typetalk using typetalk API ( http://developers.typetalk.in/ )