Release 1.1.0

This commit is contained in:
Ryan Schmukler 2017-06-15 14:26:03 -04:00
parent 767483ca72
commit 7cdbea0dae
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
1.1.0 / 2017-06-15
==================
* feat(): add Batch commands (atomic operations)
1.0.2 / 2017-05-26
==================

View File

@ -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,