From 9f5ef06f0943a3ce57e50ab9656a1832e3edb317 Mon Sep 17 00:00:00 2001 From: MikaAK Date: Sat, 5 Aug 2023 11:52:01 -0700 Subject: [PATCH] chore: bump to 0.3.2 --- CHANGELOG.md | 3 +++ mix.exs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 279d306..2928fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.3.2 +- Update nimble options to 1.x + # 0.3.1 - add some more json sandboxing - update redis to remove uri from command options diff --git a/mix.exs b/mix.exs index 185c15a..843553a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do def project do [ app: :elixir_cache, - version: "0.3.1", + version: "0.3.2", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, description: "Standardized and testable caching across your app. In test caches are isolated.",