Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
knutin committed Aug 15, 2017
1 parent e3011af commit 703f2f6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v1.1.0

* Merged a ton of of old and neglected pull requests. Thanks to
patient contributors:
* Emil Falk
* Evgeny Khramtsov
* Kevin Wilson
* Luis Rascão
* Аверьянов Илья (savonarola on github)
* ololoru
* Giacomo Olgeni

* Removed rebar binary, made everything a bit more rebar3 & mix
friendly.


## v1.0.8

* Fixed include directive to work with rebar 2.5.1. Thanks to Feng Hao
Expand Down
2 changes: 1 addition & 1 deletion src/eredis.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, eredis, [
{description, "Erlang Redis Client"},
{vsn, "1.0.8"},
{vsn, "1.1.0"},
{modules, [eredis, eredis_client, eredis_parser, eredis_sub, eredis_sub_client]},
{registered, []},
{applications, [kernel, stdlib]}
Expand Down

0 comments on commit 703f2f6

Please sign in to comment.