diff --git a/changes.rst b/changes.rst index f8e6f36..d361004 100644 --- a/changes.rst +++ b/changes.rst @@ -1,3 +1,10 @@ +version 0.1.1 2015-02-11 +------------------------ + +* rename to xmpp_checkng to avoid clash with existing xmpp_check on Icinga + exchange +* add proper documentation + version 0.1 2015-02-11 ---------------------- diff --git a/check_xmppng b/check_xmppng index 0459487..4ef7504 100755 --- a/check_xmppng +++ b/check_xmppng @@ -31,7 +31,7 @@ from defusedxml.sax import make_parser import nagiosplugin __author__ = "Jan Dittberner" -__version__ = "0.1" +__version__ = "0.1.1" NS_IETF_XMPP_SASL = 'urn:ietf:params:xml:ns:xmpp-sasl'