From 30c8e168f06e1166f80b799a5273a96b634cab48 Mon Sep 17 00:00:00 2001 From: Jon Carstens Date: Fri, 3 Mar 2023 16:00:12 -0700 Subject: [PATCH] v1.10.0 release --- CHANGELOG.md | 10 ++++++++++ mix.exs | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f115195a..7041fcc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.10.0 - 2023-03-03 + +This release removes the ability to specify an alternative JSON codec with +`:json_codec` config option and defaults to using `Jason`. If set, everything +will function as normal but you will see a compiler warning. + +* Bug fix + * Prevent accidentally installing `:nerves` as an archive + * Add default mksquashfs flags when none specified + ## v1.9.3 - 2023-02-11 * Bug fix diff --git a/mix.exs b/mix.exs index 14efabeb..57e2fe59 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nerves.MixProject do use Mix.Project - @version "1.9.3" + @version "1.10.0" @source_url "https://github.com/nerves-project/nerves" def project do