diff --git a/ChangeLog.md b/ChangeLog.md index 87d01ad..90cfdef 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,6 @@ +# 0.5.0 to 0.5.1 +* Fixed input logger choking on long non-ascii messages + # 0.4.5 to 0.5.0 * Support for the session element is now determined from stream features, the establishSession option was removed diff --git a/pontarius-xmpp.cabal b/pontarius-xmpp.cabal index beecc81..ddf142d 100644 --- a/pontarius-xmpp.cabal +++ b/pontarius-xmpp.cabal @@ -1,5 +1,5 @@ Name: pontarius-xmpp -Version: 0.5.0 +Version: 0.5.1 Cabal-Version: >= 1.9.2 Build-Type: Custom License: BSD3