diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1cf426f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## 0.3.1 (2022-02-15) + +### Bug fixes + - No longer issue warnings for using the components as functions (https://github.com/mveytsman/heroicons_elixir/issues/7) diff --git a/mix.exs b/mix.exs index 59ddb51..fce8b49 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do def project do [ app: :heroicons, - version: "0.3.0", + version: "0.3.1", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),