diff --git a/CHANGELOG.md b/CHANGELOG.md index 279d306..2928fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.3.2 +- Update nimble options to 1.x + # 0.3.1 - add some more json sandboxing - update redis to remove uri from command options diff --git a/mix.exs b/mix.exs index 185c15a..843553a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do def project do [ app: :elixir_cache, - version: "0.3.1", + version: "0.3.2", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, description: "Standardized and testable caching across your app. In test caches are isolated.",