Skip to content

Commit c23579c

Browse files
committed
v1.11.2 release
1 parent d044895 commit c23579c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.11.2 - 2022-09-11
4+
5+
* Updates
6+
* Remove references to `:build_embedded` since that option is planned for
7+
removal in Elixir 1.15 and it wasn't needed.
8+
39
## 1.11.1 - 2022-07-07
410

511
* Fixes

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Bootstrap.MixProject do
22
use Mix.Project
33

4-
@version "1.11.1"
4+
@version "1.11.2"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)