diff --git a/CHANGELOG.md b/CHANGELOG.md index 3715786..f831055 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## v0.5.3 + +* Enhancements + * Updated ex_doc and property_table (Thanks @fhunleth ❤️) + * Updated CI to build for Elixir 1.18 and 1.17 (Thanks @fhunleth ❤️) + ## v0.5.2 + * Enhancements * Changed the Elixir version requirement to match Nerves. This fixes an unneeded warning on Elixir versions older than 1.18. diff --git a/mix.exs b/mix.exs index 9d92f83..5c9635a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule BlueHeron.MixProject do use Mix.Project - @version "0.5.2" + @version "0.5.3" @source_url "https://github.com/blue-heron/blue_heron" def project do