Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Sep 17, 2015
1 parent b4ab748 commit 10f319c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ hello

JSON-RPC API toolkit

Version 3.1.0 - 17 Sep 2015
---------------------------
* Elixir wrappers for hello and hello_client
* On zmq first frame should be empty
* Fix Keep Alive over HTTP
* Reconnect client if no pong answer
* add possibility to configure client and server timeouts
* Happy hello logging

Version 3.0.0 - 15 Jul 2015
---------------------------
* mDNS support via Apple Bonjour
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Hello.Mixfile do

def project do
[app: :hello,
version: "3.0.0",
version: "3.1.0",
elixir: "~> 1.0",
compilers: [:erlang, :elixir, :app],
erlc_options: [{:parse_transform, :lager_transform}],
Expand Down

0 comments on commit 10f319c

Please sign in to comment.