We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014e566 commit b39f435Copy full SHA for b39f435
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
-## 1.11.0 - 2022-06-17
+## 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
10
11
* Potentially breaking changes
12
* Elixir 1.11 or later is now required
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.11.0"
+ @version "1.11.1"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments