Skip to content

Commit

Permalink
Bump 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Jul 26, 2024
1 parent 6c1b99e commit 926d2ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 926d2ac

Please sign in to comment.