diff --git a/NEWS b/NEWS
index f70dc7b48a7ab3c8ad77d40d5ade8b41c533119a..9c0842d7c215854260cd3bdcc9734b52d26f6064 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+v0.3.5 09-05-2013 Stephan Bosch <stephan@rename-it.nl>
+
+	- Sieve editheader extension: fixed interaction with the Sieve body extension.
+	  If used together, the deleteheader action could fail after a body test was
+	  performed.
+	- Test suite: fixed a time zone dependency in the Sieve date extension tests.
+
 v0.3.4 06-04-2013 Stephan Bosch <stephan@rename-it.nl>
 
 	* Changed error handling to be less of a nuisance for administrators. Strictly
diff --git a/configure.in b/configure.in
index 0acbad757275c36e5f29fc309c226dfaf9e31046..834aa4166ded652f0aa0e568ab2677f8d53cb419 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Pigeonhole], [0.3.4], [dovecot@dovecot.org], [dovecot-2.1-pigeonhole])
+AC_INIT([Pigeonhole], [0.3.5], [dovecot@dovecot.org], [dovecot-2.1-pigeonhole])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_SRCDIR([src])
 AC_CONFIG_MACRO_DIR([m4])