Skip to content

Commit

Permalink
v1.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Mar 3, 2023
1 parent 230529b commit 30c8e16
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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 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
Expand Down

0 comments on commit 30c8e16

Please sign in to comment.