diff --git a/CHANGELOG.md b/CHANGELOG.md index 1873e1f..2fac0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.11.1 - 2023-12-19 + +* Updates + * Add 64-bit RPi Zero 2W (`rpi0_2`). 32-bit mode was supported before via + `rpi3a`, but this enables the JIT + * Add RPi 5 (`rpi5`). This port is current experimental + * Update Nerves systems to nerves_system_br 1.25.2 versions + * Erlang 26.1.2 + * Buildroot 2023.08.4 + * Linux 6.1 on all Raspberry Pi and BBB ports + * Update Elixir to 1.15.7 + * Update all dependencies to their latest versions + ## v0.11.0 - 2023-10-09 * Updates diff --git a/mix.exs b/mix.exs index 7838f8a..8b9e7cc 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do use Mix.Project @app :nerves_livebook - @version "0.11.0" + @version "0.11.1" @source_url "https://github.com/nerves-livebook/nerves_livebook" @rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :rpi0_2, :rpi5]