diff --git a/CHANGELOG.md b/CHANGELOG.md index d8fefd5..6a8e507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.4.1 + +* Support `:dot_iex` or `:dot_iex_path` option + * `:dot_iex` was mistakenly interpreted as an Elixir 1.17 + option, but was being referenced from the `main` branch. + Elixir 1.17 still requires `:dot_iex_path`, so this change + adds support to include both for now + ## v0.4.0 * Adds support for Elixir 1.17 diff --git a/mix.exs b/mix.exs index 9c73aaf..cc84dcd 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExTTY.MixProject do use Mix.Project - @version "0.4.0" + @version "0.4.1" @source_url "https://github.com/jjcarstens/extty" def project do