diff --git a/History.md b/History.md index 232b18d..4195576 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +1.1.0 / 2017-06-15 +================== + + * feat(): add Batch commands (atomic operations) + 1.0.2 / 2017-05-26 ================== diff --git a/mix.exs b/mix.exs index 11a41ff..0f65fe0 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Rox.Mixfile do def project do [app: :rox, - version: "1.0.2", + version: "1.1.0", elixir: "~> 1.4", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,