Skip to content

Commit

Permalink
Increase release version and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Dec 3, 2015
1 parent a377a16 commit 071da1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>biz.paluch.redis</groupId>
<artifactId>lettuce</artifactId>
<version>3.3.1.Final</version>
<version>3.3.2-SNAPSHOT</version>
<packaging>jar</packaging>

<name>lettuce</name>
Expand Down

0 comments on commit 071da1a

Please sign in to comment.