From 6d7f1973adffa2a2f357329c23e5a076082dca1d Mon Sep 17 00:00:00 2001 From: MikaAK Date: Mon, 3 Jul 2023 02:23:50 +0200 Subject: [PATCH] chore: bump to 0.3.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc896e9..279d306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 8fd1994..d3dcc53 100644 --- a/mix.exs +++ b/mix.exs @@ -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.",