From c366940c5181b73195e8e275c129a8ad9cb0647e Mon Sep 17 00:00:00 2001 From: MikaAK Date: Sat, 25 Mar 2023 16:02:28 -0700 Subject: [PATCH] chore: bump to 0.2.4 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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,