We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b383f2 commit 696c23aCopy full SHA for 696c23a
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 1.12.2 - 2024-04-24
4
+
5
+* Fixes
6
+ * Targets documentation URL was outdated
7
+ * Simplify searching for SSH keys in the `nerves.new` generated config
8
9
+* Updates
10
+ * Changes to new Elixir slack URL in template README.md
11
+ * Adds Discord to template README.md
12
13
## 1.12.1 - 2023-09-30
14
15
* Fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.12.1"
+ @version "1.12.2"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments