Skip to content

Commit

Permalink
v1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed May 26, 2023
1 parent d020629 commit 1657909
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 1657909

Please sign in to comment.