From 72f184b96ded9b3d552a4fc1662880cb3f178315 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 26 Feb 2021 13:03:06 -0700 Subject: [PATCH] v0.10.0-rc.0 release candidate --- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c5de6..2512da5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.10.0-rc.0 + +* Enhancements + * Use [`:slipstream`](https://github.com/NFIBrokerage/slipstream) for websocket + connections + * Report `device_api_version` in web connections + * Optional `NervesHubLink.Client.reboot/0` callback behavior + +* Fixes + * Check `firmware_url` is valid before attempting update + * set default `fwup_devpath` in the config + ## 0.9.4 * Enhancements diff --git a/mix.exs b/mix.exs index 17eed3a..baa9265 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule NervesHubLink.MixProject do use Mix.Project - @version "0.9.4" + @version "0.10.0-rc.0" @source_url "https://github.com/nerves-hub/nerves_hub_link" Application.put_env(