diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a0c16..5e19a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.6.5 - 2022-08-29 + +* Updates + * Add WiFi configuration to explore section to make it easier to find + * Use the new `Delux` library to control the LED. This will enable better + feedback for what Livebook is doing when you can't see the webpage + * Blink LED to show that the RPi0 is booting since it takes so long to start. + * Add the `Pinout` library as a convenience for getting board pinouts. + * Add libraries for devices that support cellular modems (only `srhub` now) + ## v0.6.4 - 2022-08-08 * Updates diff --git a/mix.exs b/mix.exs index ad4dba5..414b3d4 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do use Mix.Project @app :nerves_livebook - @version "0.6.4" + @version "0.6.5" @rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4] @all_targets @rpi_targets ++