Skip to content

Commit

Permalink
Version 3.2.0
Browse files Browse the repository at this point in the history
* dnssd is optional now and disabled by default
* new server and client metrics
  • Loading branch information
surik committed Nov 17, 2015
1 parent d76cad5 commit 84ba0d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Expand Up @@ -3,6 +3,11 @@ hello

JSON-RPC API toolkit

Version 3.2.0 - 17 Nov 2015
---------------------------
* dnssd is optional now and disabled by default
* new server and client metrics

Version 3.1.0 - 17 Sep 2015
---------------------------
* Elixir wrappers for hello and hello_client
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -3,7 +3,7 @@ defmodule Hello.Mixfile do

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

0 comments on commit 84ba0d4

Please sign in to comment.