Commit 831239d 1 parent 85f2541 commit 831239d Copy full SHA for 831239d
File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
19
## 1.11.5 - 2023-07-07
4
20
5
21
* Updates
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.Bootstrap.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.11.5 "
4
+ @ version "1.12.0 "
5
5
@ source_url "https://github.com/nerves-project/nerves_bootstrap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments