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/ )