Skip to content

Commit 754a15a

Browse files
committed
Update changelog and version to 5.24.2
1 parent 4e7427e commit 754a15a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
**Note** `ex_money` 5.17.0 and later is supported on Elixir 1.12 and later versions only.
44

5+
## Money v5.24.2
6+
7+
This is the changelog for Money v5.24.2 released on January 30th, 2026. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)
8+
9+
### Bug Fixes
10+
11+
* Fix deprecated map.field notation in Money.parse_decimal/4. Thanks to @oliver-kriska for the PR. Closes #191.
12+
513
## Money v5.24.1
614

715
This is the changelog for Money v5.24.1 released on January 20th, 2026. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/money/tags)

mix.exs

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

4-
@version "5.24.1"
4+
@version "5.24.2"
55

66
def project do
77
[

0 commit comments

Comments
 (0)