From a1d92e2fbc62e5fcb08902533c1e52e62e8cab34 Mon Sep 17 00:00:00 2001 From: Max Veytsman Date: Wed, 12 Oct 2022 15:12:58 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 +++++ mix.exs | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf94d3..d1c4780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.5.1 +### Enhancements +- Add a `:outline` attribute to specify outline explicitly +- Allow `fill`, `stroke`, and `stroke-width` to be user specified. + ## 0.5.0 ### Backwards incompatible changes diff --git a/mix.exs b/mix.exs index 4f44e9d..85fda94 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule HeroiconsElixir.MixProject do def project do [ app: :heroicons, - version: "0.5.0", + version: "0.5.1", elixir: "~> 1.11", start_permanent: Mix.env() == :prod, deps: deps(),