diff --git a/CHANGELOG.md b/CHANGELOG.md index ad0d57d..be2c66d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v0.14.2 - 2025-01-22 + +* Updates + * Update Nerves systems to [nerves_system_br v1.29.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.29.3) + * Add support for the RPi CM5 and other BCM2712 D0 silicon RPi5's + * Update to Elixir 1.18.2 and Erlang/OTP 27.2 + * Update all dependencies + ## v0.14.1 - 2024-11-28 * Updates diff --git a/mix.exs b/mix.exs index 0478f49..679747a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do use Mix.Project @app :nerves_livebook - @version "0.14.1" + @version "0.14.2" @source_url "https://github.com/nerves-livebook/nerves_livebook" @rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :rpi0_2, :rpi5]