Skip to content

Commit

Permalink
v0.12.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 8, 2024
1 parent 292b37a commit baad95b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.12.3 - 2024-4-7

* Updates
* Update Nerves systems to `nerves_system_br v1.27.0` (Erlang/OTP 26.2.3,
Buildroot 2024.02)
* Switch back to WPA2-only WiFi support with
`VintageNetWiFi.quick_configure/2` to fix issues on BBB and GRiSP2
* Fix regression that prevented WiFi networks from being provisioned on the
MicroSD card
* Removed `srhub` target due to perceived lack of use. If this is not true,
please open an issue and we'll include it again.
* Update all dependencies to latest versions

## v0.12.2 - 2024-2-18

* Updates
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.2"
@version "0.12.3"
@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 baad95b

Please sign in to comment.