diff --git a/CHANGELOG.md b/CHANGELOG.md index e4329c2..43ae3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Dev +## v0.3.8 (2024-05-26) + ### Bug fixes - Make sure the `Duration` atom is available diff --git a/README.md b/README.md index fc87929..e5d2544 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The package can be installed by adding `dune` to your list of dependencies in ```elixir def deps do [ - {:dune, "~> 0.3.7"} + {:dune, "~> 0.3.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 32f3bfb..a5418b5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Dune.MixProject do use Mix.Project - @version "0.3.7" + @version "0.3.8" @github_url "https://github.com/functional-rewire/dune" def project do