From 3e1f7ef8f149007268eca509e5b660f50d453238 Mon Sep 17 00:00:00 2001 From: Darren Klein Date: Tue, 27 Mar 2018 17:13:22 -0400 Subject: [PATCH] Incrementing to minor version 0.4.0 - added support for create_if_not_exists and drop_if_exists options for index migrations --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5b51a0b..e6cbe99 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Ecto.Adapters.DynamoDB.Mixfile do def project do [app: :ecto_adapters_dynamodb, - version: "0.3.0", + version: "0.4.0", elixir: "~> 1.4", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,