We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebda5ef commit cee90f5Copy full SHA for cee90f5
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v1.11.1 - 2024-08-05
4
+
5
+* Fix Docker builds for nerves_system_br v1.28.0 and later (see #997)
6
+* Documentation updates and improvements
7
8
## v1.11.0 - 2024-07-05
9
10
This release includes support for Elixir 1.17 and is generally
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.MixProject do
use Mix.Project
- @version "1.11.0"
+ @version "1.11.1"
@source_url "https://github.com/nerves-project/nerves"
def project do
0 commit comments