diff --git a/CHANGELOG.md b/CHANGELOG.md index 13386db..c37dd2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.4.4 (26.07.2024) + +* Fix warnings on Elixir 1.17 by conditionally compiling Decimal support + ## 1.4.3 (29.06.2024) * Fix derive with _ struct key diff --git a/mix.exs b/mix.exs index 82b6843..8d3eced 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Jason.Mixfile do use Mix.Project @source_url "https://github.com/michalmuskala/jason" - @version "1.4.3" + @version "1.4.4" def project() do [