Skip to content

Commit c79d469

Browse files
committed
v0.4.13 release
1 parent 5911395 commit c79d469

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## v0.4.12 - 2023-01-20
410

511
* Changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule VintageNetWizard.MixProject do
22
use Mix.Project
33

4-
@version "0.4.12"
4+
@version "0.4.13"
55
@source_url "https://github.com/nerves-networking/vintage_net_wizard"
66

77
def project do

0 commit comments

Comments
 (0)