From 6fe09e336649395d47a624779e27090ee5f2403d Mon Sep 17 00:00:00 2001
From: Philipp Balzarek
Date: Sun, 20 Dec 2015 16:18:31 +0100
Subject: [PATCH] bump package version
---
ChangeLog.md | 4 +++-
pontarius-xmpp.cabal | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index db2112d..87d01ad 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,7 @@
-# 0.4.5 to 0.4.6
+# 0.4.5 to 0.5.0
* Support for the session element is now determined from stream features, the
establishSession option was removed
+* The parser can now handle nonzas. Nonzas can be handled with a plugin
* An initial roster can now be set with the initialRoster session configuration
option
+* The JID parser can now handle "/" and "@" characters in the resource part
diff --git a/pontarius-xmpp.cabal b/pontarius-xmpp.cabal
index dd57bca..073389b 100644
--- a/pontarius-xmpp.cabal
+++ b/pontarius-xmpp.cabal
@@ -1,5 +1,5 @@
Name: pontarius-xmpp
-Version: 0.4.5
+Version: 0.5.0
Cabal-Version: >= 1.9.2
Build-Type: Custom
License: BSD3