Skip to content

Commit

Permalink
v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Mar 5, 2022
1 parent 0078f6a commit 14d5581
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.3.0

`NervesSSH` now requires Elixir >= 1.10 and OTP >=23

* New features
* Support for adding authorized public keys at runtime
* Authorized public keys are also saved/read from `authorized_keys` file
* Support for adding user credentials at runtime
* Server host key is now generated on device if missing rather than
relying on hard-coded host key provided by this lib. This should not
be a breaking change, though you may be prompted to trust the new
host key if `StrictHostKeyChecking yes` is set in your `~/.ssh/config`

## v0.2.3

* New features
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule NervesSSH.MixProject do
use Mix.Project

@version "0.2.3"
@version "0.3.0"
@source_url "https://github.com/nerves-project/nerves_ssh"

def project do
Expand Down

0 comments on commit 14d5581

Please sign in to comment.