Skip to content

Commit

Permalink
Bump version number, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wille committed Feb 28, 2016
1 parent 0c7e66f commit 012c313
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
## v1.4.0

* INCOMPATIBLE API CHANGE: Fix the parameter order of SETEX and PSETEX. According to the official Redis documentation at http://redis.io/commands the setex command is SETEX key seconds value. psetex should be identical to setex except with a ttl time in milliseconds. (thanks to Brian Mason)


## v1.3.1

* When connecting to a password protected Redis server, the password can now be passed as constructor parameter. For example: Redis.new(host: "localhost", port: 6379, password: "foobared"). Fixes #10


## v1.3.0

* Change the Shard name from "crystal-redis" to "redis" (Thanks to Ary Borenszweig)


## v1.2.1

* Fix issue #8 where large values were not received correctly (thanks to Edward Dorrington + Ary Borenszweig)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Add it to your `shard.yml`:
dependencies:
redis:
github: stefanwille/crystal-redis
version: ~> 1.3.1
version: ~> 1.4.0
```

and then install the library into your project:
Expand Down

0 comments on commit 012c313

Please sign in to comment.