Skip to content

Commit

Permalink
v0.12.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 7, 2025
1 parent c85e3b2 commit b37027a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.12.6 - 2025-01-06

* Changes
* Remove support for upgrading 5+ year old configurations. These probably
weren't used much at all given how early in VintageNetWiFi's history they
were around. If you're upgrading a device that has not been updated in 5
years, please review differences or you may lose an existing WiFi config.
* Add docs on forcing the WiFi frequency used when configuring AP mode. Thanks
to Ray Chang for this update.

## v0.12.5 - 2024-04-07

* Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule VintageNetWiFi.MixProject do
use Mix.Project

@version "0.12.5"
@version "0.12.6"
@source_url "https://github.com/nerves-networking/vintage_net_wifi"

def project do
Expand Down

0 comments on commit b37027a

Please sign in to comment.