Skip to content

Commit 696c23a

Browse files
committed
v1.12.2 release
1 parent 6b383f2 commit 696c23a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
313
## 1.12.1 - 2023-09-30
414

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

77
def project do

0 commit comments

Comments
 (0)