Skip to content

Commit b39f435

Browse files
fhunlethjjcarstens
authored andcommitted
v1.11.1 release
1 parent 014e566 commit b39f435

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## 1.11.0 - 2022-06-17
3+
## 1.11.1 - 2022-07-07
4+
5+
* Fixes
6+
* Fixed backwards compatibility issue with building Nerves systems with Nerves
7+
1.7.x.
8+
9+
## 1.11.0 - 2022-07-06
410

511
* Potentially breaking changes
612
* Elixir 1.11 or later is now required

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.0"
4+
@version "1.11.1"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)