Skip to content

Commit

Permalink
v0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jun 16, 2022
1 parent a25ae49 commit 99af48c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.1

* Improvements
* `mix upload` now attempts to display the UUID of the firmware as well

## v0.6.0

* 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 SSHSubsystemFwup.MixProject do
use Mix.Project

@version "0.6.0"
@version "0.6.1"
@source_url "https://github.com/nerves-project/ssh_subsystem_fwup"

with {:ok, path} <- File.cwd(),
Expand Down

0 comments on commit 99af48c

Please sign in to comment.