diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 5a45555633..e59b1f5b7e 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,14 +1,10 @@
-# lettuce 3.3.1.Final RELEASE NOTES
+# lettuce 3.3.2.Final RELEASE NOTES
-lettuce 3.3.1.Final is a maintenance release that fixes several problems reported
-by the community.
+This is a bugfix release for lettuce 3.3.1.Final.
Fixes
-----
-* GEOADD passes long/lat parameters in the wrong order to Redis #134 (thanks to @IdanFridman)
-* Strip username from URI userinfo when creating a RedisURI with a username #131 (thanks to @jsiebens)
-* GeoArgs not evaluated when calling georadiusbymember(...) #142 (thanks to @codeparity)
-* Guava's CacheBuilder missing in shaded jar #143
+* pfmerge invokes PFADD instead of PFMERGE (thanks to @christophstrobl) #158
lettuce requires a minimum of Java 8 to build and Java 6 run. It is tested
continuously against Redis 3.0 and the unstable branch
diff --git a/pom.xml b/pom.xml
index df14fc24bb..ea5a1cb62d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
biz.paluch.redis
lettuce
- 3.3.1.Final
+ 3.3.2-SNAPSHOT
jar
lettuce