We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5911395 commit c79d469Copy full SHA for c79d469
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.4.13 - 2023-05-15
4
+
5
+* Changed
6
+ * Support changing the IP subnet used by the wizard. This lets you set it to
7
+ something less likely to be seen than 192.168.0.0/24. See PR #318.
8
9
## v0.4.12 - 2023-01-20
10
11
* Changed
mix.exs
@@ -1,7 +1,7 @@
defmodule VintageNetWizard.MixProject do
use Mix.Project
- @version "0.4.12"
+ @version "0.4.13"
@source_url "https://github.com/nerves-networking/vintage_net_wizard"
def project do
0 commit comments