From 54000394e6b92185e1724fbad09fca1c23323b69 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 18 Feb 2024 18:58:06 -0500 Subject: [PATCH] v0.12.2 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5005c..8e2c44f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.12.2 - 2024-2-18 + +* Updates + * Update `vintage_net_wifi` to fix an issue connecting to some WPA2 networks + using `VintageNetWiFi.quick_configure/2` + * Enable TFLite support on Raspberry Pi Model B and Raspberry Pi Zeros now + that it has ARMv6 support. (@cocoa-xu) + * Update Nerves systems to `nerves_system_br` 1.25.1 versions (Erlang 26.2.2) + * Update all dependencies to latest versions + ## v0.12.1 - 2024-1-21 * Updates diff --git a/mix.exs b/mix.exs index 7b4a296..1da813f 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do use Mix.Project @app :nerves_livebook - @version "0.12.1" + @version "0.12.2" @source_url "https://github.com/nerves-livebook/nerves_livebook" @rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :rpi0_2, :rpi5]