Skip to content

Commit

Permalink
v1.10.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 24, 2022
1 parent 0411d43 commit 2089e34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.10.6 - 2022-02-23

* New project generator updates
* Update deprecated config option to MDNSLite
* Update references to `mix burn` in new project comments
* Update dependency versions to latest

## 1.10.5

* New project generator updates
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 Nerves.Bootstrap.MixProject do
use Mix.Project

@version "1.10.5"
@version "1.10.6"
@source_url "https://github.com/nerves-project/nerves_bootstrap"

def project do
Expand Down

0 comments on commit 2089e34

Please sign in to comment.