Skip to content

Commit 0aa7ce9

Browse files
committed
chore: bump to 0.3.11
1 parent 5ab5fcf commit 0aa7ce9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.3.10
2+
- fix: redis
3+
14
# 0.3.10
25
- fix: sandbox fix for smembers & sadd
36

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ElixirCache.MixProject do
44
def project do
55
[
66
app: :elixir_cache,
7-
version: "0.3.10",
7+
version: "0.3.11",
88
elixir: "~> 1.11",
99
start_permanent: Mix.env() == :prod,
1010
description: "Standardized and testable caching across your app. In test caches are isolated.",

0 commit comments

Comments
 (0)