Skip to content

Commit

Permalink
chore: bump to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Aug 5, 2023
1 parent 41dd1f9 commit 9f5ef06
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.2
- Update nimble options to 1.x

# 0.3.1
- add some more json sandboxing
- update redis to remove uri from command options
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.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.",
Expand Down

0 comments on commit 9f5ef06

Please sign in to comment.