diff --git a/README.md b/README.md index 5240f14..eee4dc2 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,11 @@ iex> Benchwarmer.benchmark fn -> {:ok, _} = ExRated.check_rate("my-bucket", 1000 ## Changes +### v1.2.1 + + - Change ETS Table to private. + - Change ETS table name to a non-test name. + ### v1.2.0 - Added `{:persistent, false}` option to server config to allow persisting data to disk. diff --git a/mix.exs b/mix.exs index e87c7a0..5c46bd3 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExRated.Mixfile do def project do [app: :ex_rated, - version: "1.2.0", + version: "1.2.1", elixir: "~> 1.0", description: description, package: package,