Skip to content

Commit 831239d

Browse files
committed
v1.12.0 release
1 parent 85f2541 commit 831239d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.12.0 - 2023-09-27
4+
5+
* Potentially breaking changes
6+
* `:nerves >= 1.8.0` is now required to use this version of `nerves_bootstrap`.
7+
If you keep up-to-date, then this won't be an issue for you.
8+
9+
* Updates
10+
* Removed legacy tasks (tooling now maintained in [`:nerves`](https://github.com/nerves-project/nerves))
11+
12+
* New project generator updates
13+
* Default to regulatory domain (`00`) for WiFi
14+
* For US users, this means 5GHz won't work anymore since it's disabled in
15+
`00` (NO-IR = no initiating radiation) until you update your config to
16+
use `US`
17+
* Bumped all Nerves systems to latest
18+
319
## 1.11.5 - 2023-07-07
420

521
* Updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Bootstrap.MixProject do
22
use Mix.Project
33

4-
@version "1.11.5"
4+
@version "1.12.0"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)