From 4206a1b1f861232aed9b9378d091fc6b6ac2857b Mon Sep 17 00:00:00 2001 From: Joshua Scott Date: Thu, 11 Apr 2019 08:43:10 -0500 Subject: [PATCH] Release 0.10.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5428f594..c693ba1c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule KafkaEx.Mixfile do def project do [ app: :kafka_ex, - version: "0.9.0", + version: "0.10.0", elixir: "~> 1.1", dialyzer: [ plt_add_deps: :transitive,