Skip to content

Commit ed18dd0

Browse files
committed
chore: bump to 0.3.6
1 parent e9eb5e2 commit ed18dd0

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.6
2+
- chore: fix child_spec type
3+
14
# 0.3.5
25
- fix: Cache child spec for starting under a supervisor
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.5",
7+
version: "0.3.6",
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)