Skip to content

Commit

Permalink
2.5.1 Release Notes, use 2.2.0.2 riak_pb tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Bakken committed Dec 6, 2016
1 parent 855f38e commit dcc9b8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Release Notes
=============

* [`2.5.1`](https://github.com/basho/riak-erlang-client/issues?q=milestone%3Ariak-erlang-client-2.5.1)
* Adds GSet CRDT data type support
* Support for Riak TS 1.5
* [`2.5.0`](https://github.com/basho/riak-erlang-client/issues?q=milestone%3Ariak-erlang-client-2.5.0)
* Adds HyperLogLog CRDT data type support
* [`2.4.1`](https://github.com/basho/riak-erlang-client/issues?q=milestone%3Ariak-erlang-client-2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
]}.

{deps, [
{riak_pb, ".*", {git, "https://github.com/basho/riak_pb", {branch, "develop"}}}
{riak_pb, "2.2.*", {git, "https://github.com/basho/riak_pb", {tag, "2.2.0.2"}}}
]}.

{edoc_opts, [
Expand Down

0 comments on commit dcc9b8d

Please sign in to comment.