Skip to content

Commit

Permalink
v0.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 21, 2024
1 parent 2f6fde7 commit f634eb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.12.1 - 2024-1-21

* Updates
* Fix LED naming changes from Linux kernel update that ended up breaking RPi
Zero, 2, and 3.
* Update Nerves systems to nerves_system_br 1.24.1 versions (Erlang 26.2.1)
* Add WPA3 support for devices with WiFi modules that support it (currently
only BeagleBone's with WiLink modules)
* Update all dependencies to latest versions
* Fix diagnostics notebook (@mnisiguchi)
* Fix firmware update notebook (@5avage)

## v0.12.0 - 2024-1-1

Happy New Year!
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
use Mix.Project

@app :nerves_livebook
@version "0.12.0"
@version "0.12.1"
@source_url "https://github.com/nerves-livebook/nerves_livebook"

@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :rpi0_2, :rpi5]
Expand Down

0 comments on commit f634eb5

Please sign in to comment.