Skip to content

Commit

Permalink
chore: bump to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Mar 25, 2023
1 parent 79d8cb5 commit c366940
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c366940

Please sign in to comment.