diff --git a/CHANGELOG.md b/CHANGELOG.md index d62e516..d98c002 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.2.4 +- Fix issue from defaults + # 0.2.3 - remove all the extra default options merges in order to rely on choice function in plug diff --git a/mix.exs b/mix.exs index 5474508..0d3878e 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule RequestCache.MixProject do def project do [ app: :request_cache_plug, - version: "0.2.3", + version: "0.2.4", elixir: "~> 1.12", description: "Plug to cache requests declaratively for either GraphQL or Phoenix, this plug is intended to short circuit all json/decoding or parsing a server would normally do", start_permanent: Mix.env() == :prod,