Skip to content

Commit

Permalink
chore: bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Jul 3, 2023
1 parent f5596f7 commit 6d7f197
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.1
- add some more json sandboxing
- update redis to remove uri from command options

# 0.3.0
- add con_cache
- add ets cache
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 ElixirCache.MixProject do
def project do
[
app: :elixir_cache,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
description: "Standardized and testable caching across your app. In test caches are isolated.",
Expand Down

0 comments on commit 6d7f197

Please sign in to comment.