Skip to content

Commit

Permalink
chore: bump to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Dec 6, 2024
1 parent e9eb5e2 commit ed18dd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.3.6
- chore: fix child_spec type

# 0.3.5
- fix: Cache child spec for starting under a supervisor

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.5",
version: "0.3.6",
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 ed18dd0

Please sign in to comment.