Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 19, 2020
1 parent 81dc041 commit 8cc846a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1

* Improvements
* Raise an error at compile-time if the application environment looks like
it's using the `:nerves_firmware_ssh` key instead of the `:nerves_ssh` one.

## v0.2.0

This update makes using the application environment optional. If you don't have
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.0"
@version "0.2.1"
@source_url "https://github.com/nerves-project/nerves_ssh"

def project do
Expand Down

0 comments on commit 8cc846a

Please sign in to comment.