From 165790975e404cb2d671c393cd819e94bf03c2b0 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 26 May 2023 09:44:42 -0600 Subject: [PATCH] v1.4.1 release --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 965cbe2..3e986f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.4.1] - 2023-05-26 + +* Added + * Expose `NervesHubLink.console_active?` for checking active IEx sessions (#123) + * Improvements for Elixir 1.15 and OTP 26 + +* Fixed + * Stops IEx process with `:normal` instead of causing a crash (#121) + ## [1.4.0] - 2022-10-07 * Fixed diff --git a/mix.exs b/mix.exs index 1a50b87..5263a83 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "1.4.0" + @version "1.4.1" @source_url "https://github.com/nerves-hub/nerves_hub_link" Application.put_env(