Skip to content

Commit 4ede428

Browse files
committed
Bump v1.4.5
1 parent b8c2185 commit 4ede428

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.4.5 (05.05.2026)
4+
5+
* Add support for Decimal 3.0
6+
37
## 1.4.4 (26.07.2024)
48

59
* Fix warnings on Elixir 1.17 by conditionally compiling Decimal support

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Jason.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/michalmuskala/jason"
5-
@version "1.4.0"
5+
@version "1.4.5"
66

77
def project() do
88
[

0 commit comments

Comments
 (0)